简体   繁体   中英

SQL Server management studio 2012 still using server 2005 instance

I had previously installed SQL Server 2005 and its management tools. Now I have installed SQL Server 2012 and Management studio 2012 along with it. I did not uninstall the previous SQL Server 2005 before installing the server 2012.

Now the problem is that the management studio 2012 is still using the old instance of server 2005, which is creating troubles while restoring database, whose backup was taken with Server 2012. 这是管理工作室2012的快照

How do I change the instance version to use SQL Server 2012 in Management studio. If there is something I am doing wrong, or if there is any alternative, please tell. Thanks

If you have both versions installed at once they must be using different instance names.

PC\\SQLEXPRESS is 2005 instance, there must be another instance name for 2012 eg PC\\SQL2012

You can find the instance name out in the SQL configuration manager.

Found the solution. Used (LocalDb)\\v11.0 as server name and it worked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM