• Geoff A (1/24/2011)


    is there a work around in SQL 2005, 2008, 2008 R2 that allows for ;

    alter login [DomainGroupName] DISABLE;

    thanks

    No, this behavior is by design. What you can do is:

    DENY CONNECT SQL TO [DomainGroupName];

    K. Brian Kelley
    @kbriankelley