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!

Which ports to open for SQL server

Status
Not open for further replies.

Zargo

Programmer
Mar 21, 2005
109
Hi all,

I know that 1433 is the default port to open for SQL server. Are there other ports to open when i want to communicate with my sql server (from my client machine) to fire some queries and show this in my application at the client side?

At the moment i'm getting sql server does not exist or access denied messages.

I appreciate any idea.

Rgrds,

Zargo
 
You want TCP port 1433 and UDP port 1434, unless your SQL server is on a named instance (in which case the port is dynamically assigned at startup).

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top