Use the script below to find the tcp port number that the SQL Server is listening on.
SELECT local_tcp_port FROM sys.dm_exec_connections WHERE session_id = @@SPID GO
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Notify me of follow-up comments by email.
Notify me of new posts by email.
Δ
Leave a Reply