Support
Accounts & Users
Backup
Blueprints
Lumen Edge Private Cloud
Cloud Application Manager
Administering Your Organization
Analytics
Automating Deployments
Billing
Cloud Optimization
Core Concepts
DR Readiness
Deploying Anywhere
FAQ
Getting Started
Integrating with Jenkins
Managed Services
Monitoring
Troubleshooting
Tutorials
Edge Computing Solutions
Control Portal
Dedicated Cloud Compute
General
Managed Services
Network
Release Notes
Servers
Service Tasks
Lumen Network Storage
Support
Accounts & Users
Backup
Blueprints
Lumen Edge Private Cloud
Cloud Application Manager
Administering Your Organization
Analytics
Automating Deployments
Billing
Cloud Optimization
Core Concepts
DR Readiness
Deploying Anywhere
FAQ
Getting Started
Integrating with Jenkins
Managed Services
Monitoring
Troubleshooting
Tutorials
Edge Computing Solutions
Control Portal
Dedicated Cloud Compute
General
Managed Services
Network
Release Notes
Servers
Service Tasks
Lumen Network Storage
Updated by Jake Malmad on Apr 01, 2015
Article Code: kb/867
OVERVIEW
It is common knowledge that the default SQL instance uses port 1433. However, when SQL server hosts multiple instances, or a custom port is being used, communication problems can arise. There are two easy ways to determine which ports are being used by a given SQL instance.
METHOD ONE: SQL Query/Stored procedure
-
Execute the following SQL Query (if one-off) or as a stored procedure (if executing multiple times)
-
The output should appear with the ports listed:
In this instance, port 61737 is being used.
METHOD TWO: SQL Configuration Manager
-
Open "SQL Configuration Manager"
-
Expand "SQL Server Network Configurations" and select "Protocols for "INSTANCE NAME"
-
In the right pane, right-click on "TCP/IP" and select "Properties".
-
Choose the "IP Addresses" tab, and the port will be shown at the bottom: