Welcome to Forums Sign in | Join | Help | Forums
in Search





Make the world a better place.

SQL SRV 2005 setup

Last post 03-30-2007 2:46 PM by George Leventis. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-30-2007 9:19 AM

    SQL SRV 2005 setup

    new to DB administering..... just installed sql server 2005 on a new server, install re7.81, i need to apply "view server state" permission to my windows users that access RE... how do i do this??
  • 03-30-2007 2:46 PM In reply to

    SQL SRV 2005 setup

    Hi Cody, For what it's worth, I asked our DBA here and he sent me the following message: use master GO grant view server state to myUser and to remove it: revoke view server state from myUser Hope that helps! - George
Page 1 of 1 (2 items)