SQL server management studio local database connection error in windows 7

后端 未结 7 2071
长发绾君心
长发绾君心 2021-01-02 00:30

I\'m running SQL Server 2012 Management Studio Express in windows 7, i am having issues connecting to the local db. i tried all the above mentioned solutions, didnt work. pl

7条回答
  •  一生所求
    2021-01-02 00:54

    After two days troubleshooting, finally, I got the result If you are using express version of SQL server management studio then for local database connection, use this instead of Local****.

    Use ServerName = (LocalDb)\MSSQLLocalDB

    Image

    For more information go to the reference link - https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b75bef7e-13f3-4658-8d43-9df12ab4c320/connecting-localdb-using-sql-server-management-studio-express?forum=sqlexpress

提交回复
热议问题