- Select SQL Server Services then right-click SQL Server Browser and select Properties.
- Switch to the Service tab then set the Start Mode to Automatic. Click OK.
- Right-click SQL Server Browser then select Start.
- From the left pane, select SQL Server Network Configuration > Protocols for SQLEXPRESS.
- Right-click TCP/IP then click Enable. Click OK. Repeat this step to also enable Named Pipes.
- From the left pane, select SQL Server Services then right-click SQL Server (SQLEXPRESS) and select Restart.
- Select Start > All Programs > Microsoft SQL Server 2008 R2 > SQL Server Management Studio. Note: I may be necessary to run SSMS using the Run as administrator option in the right-click menu. If so, type the administrator password then click Yes.
- In the Connect to Server window, type the details for your server connection. Note: The Server name will likely need to be in the format ComputerName\InstanceName. For example, my computer name is Zeus and my SQL Server instance name is SQLEXPRESS. As a result, my Server name is set to Zeus\SQLEXPRESS.
- Once you have made the necessary changes, click Connect.
31 May 2010
Enable TCP/IP and Named Pipes then connect SQL Server Management Studio
Labels:
sql server,
windows 7
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment