Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I setup sql server to allow a remote user a way to connect?

Status
Not open for further replies.

WestSide2003

Technical User
Jan 22, 2003
42
US
Hi,

I am trying to setup the following:

SQL Server 2000 so a user can connect from the outside (externally).

How do I set this up so the user can connect from an sql client?

Thanks,

WestSide
 
On the server side, make sure they have the proper permissions.

On the client side, create an ODBC connection to the database.

-SQLBill
 
Hi,

Anything about port numbers?

We have our db behind firewall.

Will an external user be able to access it?

Thanks,

-WestSide
 
Check these links.

Connections to SQL Server Over the Internet

INF: TCP Ports Needed for Communication to SQL Server Through a Firewall
Terry L. Broadbent - DBA
SQL Server Page:
If you want to get the best answer for your question read faq183-874.
 
SQL Server normally listens on port 1433 (and every 'bad' guy knows this). Your firewall has to allow traffic through that port. When you set up (install) SQL Server you have the option to set the port that you want the instance to listen on. Then when the ODBC connection is set up, you tell it to use that port.

-SQLBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top