Top "Localdb" questions

LocalDB is a lightweight deployment option for SQL Server Express Edition with the same features but with a simple installation.

SQL Server Express 2012 Error: Cannot connect to Local DB

I have installed Sql Express 2012 version. I installed Local Db separately. i can see its installed when I click on "…

sql-server windows localdb
DACPAC won't deploy because 'can't connect to server'?

I'm trying to deploy a DACPAC to LocalDB 2012 but it's just not having it: Stack trace is as follows: ================================== Could …

visual-studio-2015 sql-server-data-tools localdb dacpac
How to fix MSSQLLocalDB?

On my machine MSSQLLocalDB got corrupted: PS C:\WINDOWS\system32> sqllocaldb i MSSQLLocalDB Projects ProjectsV12 v11.0 PS C:\WINDOWS\…

visual-studio sql-server-express localdb
Can I specify the filename for a localdb database in entity framework 5?

If I'm using Entity Framework 5 with LocalDb, is there a way of specifying the filename of the database in the …

.net entity-framework localdb
MSSQLLOCALDB databases aren't listed

I used the ASP.NET 5 Preview Templates in Visual Studio 2015 to create an ASP.NET 5 site. According to the config.…

sql-server asp.net-core localdb
SQL LocalDb Automatic Instance Startup Failure when called from Visual Studio 2013, but not SQL Server Management Studio

Per MSDN Docs: http://msdn.microsoft.com/en-us/library/hh510202.aspx LocalDB supports two kinds of instances: Automatic instances and …

sql visual-studio-2013 localdb
SQL2012 LocalDB: how to check in c# if it is currently installed?

How to check in c# code if LocalDB currently installed? also, how to check if SQLNCLI11 presents in system?

sql-server-2012 localdb
How to RESEED LocalDB Table using Entity Framework?

Is There any way to RESEED a LocalDB Table using EF? I'd prefer not to use this SQL Command : DBCC …

c# sql entity-framework tsql localdb
Cannot attach the file as database / The underlying provider failed on Open

I have an MVC3 application using the Entity Framework. I haven't used this application in about a year. Recently, I …

asp.net-mvc-3 entity-framework visual-studio-debugging localdb