How to install LocalDB 2016 along with Visual Studio 2017?

后端 未结 9 1708
甜味超标
甜味超标 2020-12-15 19:49

After installing Visual Studio 2017 with the SQL Server Data tools feature checked, I noticed LocalDB was not installed. How can I add SQL Server LocalDB 2016 to my Visual S

9条回答
  •  臣服心动
    2020-12-15 20:21

    New to the conversation, but wanted to share what I ran into because it may not be apparent that localdb was installed already. Here's another step you can take to verify.

    I ran into this same issue and found out that I'd already installed localdb via desktop.

    I was getting a connection string error and thought I did something wrong, but what I ended up doing is opening the SQL Server Object Explorer from within Visual Studio and sure enough, it was there.

    Shortcut, Ctrl+\ & Ctrl+S, or View -> SQL Server Object Explorer.

提交回复
热议问题