Link to home
Start Free TrialLog in
Avatar of KaranGupta
KaranGupta

asked on

no server name appears in sql server 2005

Hi

I have windows 7 installed on my machine. I have downloaded sql server 2005 express edition on my machine. When I open sql server instance I don't see the server name (which is local to my machine). When I use .\SQLExpress I am getting error as shown in the screen shot.

Can I get the free SSMS for windows 7.

User generated image
Avatar of deviprasadg
deviprasadg
Flag of India image

Download and install client tools (management tools) in the express edition for SQL Server 2008 or SQL Server 2012.

Links:
http://www.microsoft.com/en-us/download/details.aspx?id=23650
http://www.microsoft.com/en-us/download/details.aspx?id=29062


Download with tools versions.
Avatar of KaranGupta
KaranGupta

ASKER

Hi

I have VS 2010 and I want to install sql server 2012 express edition. Which one should I install first.
ASKER CERTIFIED SOLUTION
Avatar of deviprasadg
deviprasadg
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nishant joshi
if you are having multiple instances in machine the you have to write like :


 ".\<InstanceName>"

.If you don't know Instance Name then go to sql server configuration manage and check its service.

Thanks,
Nishant