Viewing post 1 (of 2 total)
A small but helpful query is this:
select
@@SERVERNAME AS Instance,
serverProperty('ComputerNamePhysicalNetBios') AS PhysicalServer
It tells you the instance name and what PhysicalServer that the node is sitting on. I've worked...
July 16, 2009 at 12:08 pm
#1025832