How to Enable Remote Connection on SQL Server

In this tutorial I will teach you on how to enable remote connection on SQL Server. I will use SQL Server 2005 Express Edition on this tutorial. However, this is also applicable to any version of SQL Server. The only difference is the GUI for different kinds of SQL Server version.

This tutorial is very useful if you want to access your SQL Server database from other computer and you want to connect two or more computers from your network.

1. Open SQL Server Surface Area Configuration

clip_image002

2. Click Surface Area Configuration for Services and Connections

clip_image004

3. Click Remote Connections tab

clip_image006

Select Local and remotes connection. You can select Using TCP/IP only or Using both TCP/IP and named pipes if you like.

4. Start SQL Server Browser

clip_image008

By default SQL Server Browser is not running. You must enable it to access SQL Server remotely.

5. Open Microsoft SQL Server Management Studio

clip_image010

Expand Security and Logins node and Double click "sa".

6. Select SQL Server authentication

clip_image012

Under the General tab choose SQL Server authentication. This will enable mixed mode. Meaning you can still connect to your remote server even if you are not a member of the domain.

clip_image014

Under the Status tab, choose Grant under the Permission to connect to database engine and choose Enabled under Login.

That's it. If you have any question regarding this tutorial doesn’t hesitate to leave comment below.

Comments

Submitted byAnonymous (not verified)on Wed, 04/20/2011 - 15:40

how can i find the microsoft sql server configuration studio in mssql2005 expresss thnx.. please email me the answer.. [email protected]
Submitted byNana (not verified)on Sun, 03/11/2012 - 22:36

can you please design a 3Tier database application using SQL.........My emal s [email protected] you

Add new comment