MS SQL Server Concepts and Programming Question:
Download Questions PDF

How to connect SQL Server Management Studio Express to SQL Server 2005 Express?

Answer:

Once you have SQL Server 2005 Express installed and running on your local machine, you are ready to connect SQL Server Management Studio Express to the server:

Click Start > Programs > Microsoft SQL Server 2005 > SQL Server Management Studio Express to launch SQL Server Management Studio Express.

The "Connect to Server" box shows up. The Server Name field has a default value of "LOCALHOSTSQLEXPRESS". So don't change it. Select "SQL Server Authentication" as the Authentication. Enter enter "sa" as the Login, and "GlbalGuideLine" as the Password.
SQL Server 2005 Connect Window.

Click the Connect button, you should see the SQL Server Management Studio Express window comes up.

Download MS SQL Server Interview Questions And Answers PDF

Previous QuestionNext Question
How do you know if SQL Server is running on your local system?How to download and install Microsoft SQL Server Management Studio Express?