20 pts.
 SQL Server Management Studio Express 2005
I have installed Studio Express on my system but I am not able to start with it. I am not able to connect to the server. Error-40 and Error-26 is coming.What is the procedure to connect?

Software/Hardware used:
ASKED: July 15, 2011  5:18 PM
UPDATED: March 31, 2012  9:22 PM
  Help
 Approved Answer - Chosen by MelanieYarbrough

ya thanks a lot. Actually my problem is solved when we are connecting to the server in ServerName we have to write computer nameDBSERVER and then Studio Express gets connected.

ANSWERED:  Jul 18, 2011  9:01 AM (GMT)  by MelanieYarbrough

 
Other Answers:
Last Wiki Answer Submitted:  June 29, 2012  3:35 am  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Are you trying to connect remotely ?

A few things to check:
-Make sure you are using the correct server and instance names.
-In Configuration Manager, make sure that SQL Server and SQL Server browser are running
-In Configuration Manager, make sure TCP/IP is enabled
-Make sure remote connections are enabled (if needed)
-Make sure no firewall is blocking access to the SQL Server port.

 63,535 pts.