Top "Localdb" questions

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

ASP.NET 4.5 has not been registered on the Web server

In my Win 7 development machine, and in order to use SQL Express instance instead of the localDB installed by default. …

asp.net-mvc-4 iis-7.5 sql-server-express localdb
How to connect to LocalDB in Visual Studio Server Explorer?

I can't believe I couldn't find a working solution to this after an hour of searching. I'm following this article …

visual-studio entity-framework-6 localdb server-explorer sql-server-2012-localdb
What is the connection string for localdb for version 11

I'm trying to do the Code First Walkthrough of the entity framework ( http://blogs.msdn.com/b/adonet/archive/2011/09/28/ef-4…

c# sql-server connection-string sql-server-2012 localdb
How to add LocalDB to Visual Studio 2015 Community's SQL Server Object Explorer?

Problem I don't understand how to make LocalDB show up in the SQL Server Object Explorer. On some VMs, it …

sql-server visual-studio-2015 localdb
How to connect to LocalDb

I installed LocalDb using the SqlLocalDb.msi package and I can connect to it using SSMS using the server name (…

ssms localdb
How to install localdb separately?

If I have to work with localdb, do we need to install it separately? I have SQL Server 2008 R2 Management …

sql sql-server localdb
SQL Server (localdb)\v11.0 explained

I'm following Code First to an Existing Database tutorial and noticed that it suggested to connect to (localdb)\v11.0 in …

sql-server ssms localdb
sql server express localdb.msi offline installer

I am not able to install with online installer. Can anyone point me where I can find the offline installer. …

sql-server localdb
EF5: Cannot attach the file ‘{0}' as database '{1}'

I'm encountering the exact issue as described here (read section "Cannot Attach to Deleted MDF File"), but the solution to …

sql-server asp.net-mvc visual-studio-2012 entity-framework-5 localdb
I can't get a Sql Server localdb connection to work on a computer that does not have SqlServer Express installed

I have a C# console application written using Visual Studio 2012. In the application I am using a Sql Server localdb …

c# sql-server visual-studio-2012 localdb sql-server-2014-express