LocalDB

Installing Microsoft LocalDB

Microsoft is no longer shipping separate MSI file for LocalDB it has to be installed either through Visual Studio installer or through SQL Server installer only.

Check running instances

SQLLocalDB info

Start an instance

SQLLocalDB start <instance_name>

Create a new instance

SQLLocalDB create MyInstance
SQLLocalDB start MyInstance

Last updated