What is the port that SQL Server clients (Enterprise Manager, Query Analyser, etc) use?

SQL Clients (Enterprise Manager, Query Analyser, etc) use TCP port 1433. If you cannot connect to our SQL Server, make sure port 1433 is not blocked by your firewall or ISP.

Was this answer helpful?

 Print this Article

Also Read

How can I reduce my Database size Buy Truncating and Shrinking it?

For each transaction, the database create a log file, by over time, the high volume of database...

How can I migrate my data from MySQL to SQL Server?

Microsoft TechNet has an article specificaly for migrating MySQL databases to SQL Server. Follow...

I get this error when trying to connect to my database using SQL Management Studio 2008. "The server principal "username" is not able to access the database "some_database_name" under the current security context. (Microsoft SQL Server, Error: 916)"

This error can be encountered when connecting to either SQL 2005 or SQL 2008 databases using SQL...

How do I connect to SQL Server using Visual Studio .NET?

  SUMMARYVisual Studio .NET 2002 includes a built in database management tool (similar to...

I get \"SQL Server does not exist or access is denied\" error when I tried to connect to MS SQL database on your server?

  This error indicates that Enterprise Manager cannot make a connection the remote SQL...