LocalDB
Last updated
Last updated
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.
If the default instance is not running properly, none of the repair steps will work and might not work even after reinstalling everything from scratch! Better create another instance as shown below:
SQLLocalDB info
SQLLocalDB start <instance_name>
SQLLocalDB create MyInstance
SQLLocalDB start MyInstance