Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 Installed VS2012 and SSME 2012 with LocalDB

Author  Topic 

rafael.soteldo
Starting Member

36 Posts

Posted - 2013-12-29 : 01:10:07
What's the server name? I installed VS2'12, SSME 2012 with LocalDB.

When I try to connect to server it asks me for the server name, when I had SSME 2008 it was <My PC>\sqlexpress, now it changed, what could it be?




Thanks in advance for your time

-------
Rafael Soteldo

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-29 : 12:53:31
have you installed a sql 2012 instance? if yes, go to start -> run and type services.msc. it will list you services present in your machaine. Find a service corresponding to SQL Server 2012 it will have name within brackets. that would be the name of the server. In case it doesnt have any, name would be same as name of your machine (or) IPaddress.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

rafael.soteldo
Starting Member

36 Posts

Posted - 2013-12-29 : 19:17:52

Thank you for answering.

No, I havent't, just VS2012 and SSME 2012 with LocalDB.

But I already got the answer, it's "(localdb)\v11.0"

Thanks in advance for your time

-------
Rafael Soteldo
Go to Top of Page
   

- Advertisement -