SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS') this returns the name of active server node
so if the name of the server is abc i want to return 1 in temp table if the name of the server is xyz i want 0
Please advise how can i do this
k
SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS') this returns the name of active server node
so if the name of the server is abc i want to return 1 in temp table if the name of the server is xyz i want 0
Please advise how can i do this
k