If I have to work with localdb
, do we need to install it separately?
I have SQL Server 2008 R2 Management Studio installed, SQL Server 2012 installed, .net 4.0.2 update installed. But I don't see localdb in the PC yet.
If I have to work with localdb
, do we need to install it separately?
I have SQL Server 2008 R2 Management Studio installed, SQL Server 2012 installed, .net 4.0.2 update installed. But I don't see localdb in the PC yet.
If you downloaded SqlLocalDB.msi You can use silent install.
Remember about administrative rights for installation !
Note for people who got SQL 2016. You do in fact need to choose "Express" during installation of SQL 2016 to choose "localDB" option. If you choose anything else (like Developer edition for example), "localDB" will not appear as option under "Shared features"
Developer Edition
SQL Express
Question is old but I think this is allways nice to know:
How to check if you have LocalDB installed, and if you do have it, which version it is:
which means you have version "MSSQLLocalDB" installed.
There are a couple of versions:
From MSDN
Or you can download standalone SqlLocalDB.msi from the list of available downloads on the
SQL Express
downloading pageTo locate
localdb
instance on your PC simply try to connect to(localdb)\Projects