Hi Guys,
I am having an issue where I am unable to find the command I want to use on the Windows box.
In Linux I would normally type “netstat -anp tcp | grep :1433” and this would show me what was connecting to the server using that port.
I would basically like to show what connections are made to that specific port in Windows. Is this possible?
Thanks,