Need permission to run DBCC Traceon

Last post 08-10-2007 2:21 PM by georgej. 3 replies.
Page 1 of 1 (4 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 08-09-2007 2:38 PM

    Need permission to run DBCC Traceon

    One of my SQL users needs to run DBCC traceon command. That command requires sysadmin permission to run. But I do NOT want to grant this user as sysadmin. Are there any other way to make this user run such command?

    Thanks for help,

    George 

     

  • 08-09-2007 3:37 PM In reply to

    Re: Need permission to run DBCC Traceon

    If you cannot grant the user sa rights, perhaps the user can give you the script and you can run it for him and give him back the results.

    ***********************
    Dinakar Nethi
    Life is short. Enjoy it.
    ***********************
    http://weblogs.sqlteam.com/dinakar/
  • 08-10-2007 6:20 AM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 23,751
    • Microsoft MVP
      Moderator

    Re: Need permission to run DBCC Traceon

    YOu can take EXECUTE AS privileges in SQL 2005, though.

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
    Filed under: , ,
  • 08-10-2007 2:21 PM In reply to

    Re: Need permission to run DBCC Traceon

    Thanks for the good recommendation!

Page 1 of 1 (4 items)
Active Topics   My Discussions    Unanswered Posts


© 2010 Jude O'Kelly All Rights Reserved.