Hello,
I have two instances installed on my machine.
1. Default Instance: SQL Server 2008R2
2. Named Instance: SQL Server 2012
I ran the below command, connecting to Named Instance which is SQL Server 2012
sp_readerrorlog 1,1,'listening','server'
I am getting below output.
When i went in Configuration Manager and checked for Port Number,
for all IP1,2,3,4,5,6,7,8 TCP Port was empty and in IPALL TCP Dynamic Ports it is 61212
When i check the same for Default Instance SQL Server 2008R2 for all IP1,2,3,4,5,6,7,8 TCP Port is 1433 and in IPALL TCP Dynamic Ports its empty.
Now i believe my Named Instance SQL Server 2012 is running on 61212 and Default Instance SQL Server 2008R2 is running on default port 1433.
But what is this 61213 in Named Instance and why TCP port in all IP is blank?
Also when i run the same command against Default instance SQL Server 2008R2 i am getting below result which is supposed to be 1433
Many thanks in Advance
Thanks & Regards,
Manjunath C Bhat,
http://manjunathcbhat.blogspot.com
http://manjunathcbhat.wordpress.com