LocalDB parent instance version invalid: MSSQL13E.LOCALDB

后端 未结 5 1307
一向
一向 2020-12-28 15:33

I\'m unable to add a database on a developer machine. I\'m running win 10, visual studio 2015. I re-installed SQL server 2016 twice, last time with firewall disabled it all

5条回答
  •  温柔的废话
    2020-12-28 16:09

    I had the same problem for migrating from SQL LocalDb 2016 to 2017.

    I simply changed the value of the ParentInstance key from MSSQL13E.LOCALDB to MSSQL14E.LOCALDB and it worked !

    Ty for pointing me to the key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft SQL Server\UserInstances

提交回复
热议问题