Viewing 2 posts - 91 through 92 (of 92 total)
Following is a SQL command that you would want to run to check which node is presently active.
select SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
and you can also confirm whether the instance is clustered by...
July 14, 2012 at 4:26 am
#1512775
and to add to what Robert has already mentioned the logins were in probability added to prevent login failure messages that may have been showing up in the error log....
July 10, 2012 at 10:33 am
#1511088