About 9,980 results
Open links in new tab
  1. 50 - Local Database Runtime error occurred. Cannot create an …

    Mar 22, 2017 · First thing to check is to make sure that you have Microsoft SQL Server 2012 Express LocalDB installed on your machine (using Uninstall or change a program window). If …

  2. jdbc support for localdb - social.msdn.microsoft.com

    Mar 26, 2012 · Based on my research the Microsoft JDBC Driver 4.0 for SQL Server is available to all SQL Server, and provides access to Microsoft® SQL Server® 2012, SQL Server 2008 …

  3. What is difference between localDb and sql server express

    Mar 1, 2018 · LocalDB is created specifically for developers.Localdb is a minified version of SQL Express."

  4. Change SQL Express LocalDB Database Structure in Visual Studio …

    Sep 1, 2015 · I have a VS2013 project, (WPF, C#), that has a .mdf file that I use for the application. I'm using SQL Express 2012 LocalDB. I'm using Entity Framework 6. I created the …

  5. How to add in SQL Server Object Explorer

    Oct 16, 2017 · Right-click the SQL Server node in SQL Server Object Explorer and select Add SQL Server. In the Connect to Server dialog box, enter the Server name of the server instance …

  6. Issues with LocalDB on Linux - social.msdn.microsoft.com

    Oct 7, 2021 · The connection string in the example is ' Server= (localdb)\\mssqllocaldb;Database=MyDatabaseContext-2085246d-aff5-4310-a0b8 …

  7. SQL SERVER 2016 Setup/Upgrade Error: Client Tools SDK and …

    Nov 22, 2018 · I tired to Update SQL Server 2014 Enterprise to SQL Server 2016 Enterprise today. All components succeeded except Client Tools SDK and Client Tools Backwards …

  8. How can I create a database during a unit test for integration …

    Jun 21, 2023 · What about my SQL Server project - is there any way I can utilise this, e.g. by having the unit test somehow deploy it somewhere, e.g. to a LocalDb? Or at least run the …

  9. Why sql sERVER products are so frustratingly complicated to …

    Apr 8, 2015 · EVEN IF i TRY INSTALLINg SQlserver management Studio 2008R2, It doesn't allow to install stating blah blah again. Services for SQL server and Browser are running but …

  10. LocalDb en ASp.NET MVC 4 - social.msdn.microsoft.com

    Mar 11, 2014 · Tengo una pequeña App que cree en VS 2013, dicha ap trabaja con un entiti framework first code, mi App funciona, pero desde el server explorer no puedo ver mi BD, de …