question

garvit184 avatar image
garvit184 asked

ERROR Connecting to a server in with SQL Server Management Studio Express 2005?

When I try connecting to a server in SQL Server Management Studio Express 2005 with Server Name as PC-Name\\MSSMLBIZ\\SQLEXPRESS or ./SQLEXPRESS and Windows Authentication it shows that required instance is not found and I opened my SQL Server Configuration Manager It had just two instance or name (MSSMLBIZ and SQL Server Browser) and it had no SQLEXPRESS which may the problem why I was not able connect. How do I get my SQLEXPRESS running I want to compile my queries?? HELP !!
sql-server-2005sql-server-express
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sharma avatar image
Sharma answered
It seems that your SQL Instance name is "***MSSMLBIZ***" so you can try to connect SQL database using PC-Name\\MSSMLBIZ You can also cross check your instance name under windows services; it looks "***SQL SERVER(MSSQLSERVER)***" for default SQL Server Instance. Also check service is running or not.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sri 1 avatar image
Sri 1 answered
You may experience problems when you use SQL Server Management Studio in SQL Server 2005 to connect to an instance of SQL Server 2008 and also check. Under Configuration Manager and Network Configuration and Protocols for your instance is TCP/IP Enabled? That could be the problem
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.