How to add LocalDB to Visual Studio 2015 Community's SQL Server Object Explorer?

前端 未结 7 1118
时光说笑
时光说笑 2020-12-23 16:34

Problem

I don\'t understand how to make LocalDB show up in the SQL Server Object Explorer. On some VMs, it shows up automatically, on some other VMs, it doesn\'t. S

7条回答
  •  感情败类
    2020-12-23 16:48

    1. Search for sqllocaldb or localDB in your windows start menu and right click on open file location
    2. Open command prompt in the file location you found from the search
    3. On your command prompt type sqllocaldb start

    4. Use

提交回复
热议问题