Home Forums SQL Server 2005 Administering how to disable windows authentication in sql server 2005 Active active cluster RE: how to disable windows authentication in sql server 2005 Active active cluster

  • Find out which is the cluster service account from services.

    Sp_grantlogin 'domain\account'

    use master ;

    sp_adduser 'domain\account'

    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Roshan Joe

    Jeff Moden -Forum Etiquette: How to post data/code on a forum to get the best help[/url]