Wednesday, August 27, 2008

SQL Server Express Connectivity

If you are facing problem to connect to your SQL Server Express 2005 from SQL Server Management Studio, try the follow codes:-
  • [IP Address|Domain Name]\SQLEXPRESS,[PORT]
  • PORT number by default = 1433
Make sure your UserName and Password are correct.

No comments: