Connect to a remote SQL Express server using SQL Management Studio Express

The following article explains how to use SQL Management Studio Express to connect to a SQL Express database. Through SQL Management Studio Express, the customer can manage the information in their database directly from their local machine rather than having to connect to their VPS server. If you do not have a copy of Management Studio you can obtain a copy from Microsoft by clicking http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&DisplayLang=en (select SQLServer2005_SSMSEE.msi).

  1. Click Start, Programs, Microsoft SQL Server 2005 and select SQL Server Management Studio

  2. Enter the requested information:
    • Server Type: select Database Engine
    • Server Name: enter your IP address followed by \SQLEXPRESS
    • Authentication: select SQL Server Authentication
    • Login: enter the username for your database
    • Password: enter the password for your database

  3. Click Connect

Management Studio will now connect you to the SQL Express database