Forum Replies Created

Viewing 2 posts - 91 through 92 (of 92 total)

  • RE: How to check cluster config with T-SQL queries

    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...

  • RE: domain login with dollar sign

    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....

Viewing 2 posts - 91 through 92 (of 92 total)