/
To Find the SQL Port number
MicroSoft SQL Server
Pages
Home
MS SQL Server
SQL DB Security
SQL Scripts
SQL Logshipping
SQL Replication
SQL Clustering
SQL Mirroring
sql server DBA alwayson interview questions
SSIS
SQL DBA Interview Questions
About Me
To Find the SQL Port number
we can use below query to find out the sql port number in sql server
USE MASTER
GO
xp_readerrorlog 0, 1, N'Server is listening on'
GO
Newer Post
Older Post
Home