Scripts
SQL Server
SQL Query to check port number of SQL Server
We can use below query to check the port on which SQL Server is listening. DECLARE @InstanceName nvarchar(50) DECLARE @value...