Permissions for running Trace

  • Hello,

    In order to run the profiler on a server one requires Admin permissions.

    Can anyone let me know how to give profiler permission to a particular user without admin privileges?

    Regards,

    Sandhya

  • You don't need to give admin permissions, all you need to do is to grant alter trace permissions. See this entry in BOL for how to do this.

    Wayne
    Microsoft Certified Master: SQL Server 2008
    Author - SQL Server T-SQL Recipes


    If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it!
    Links:
    For better assistance in answering your questions
    Performance Problems
    Common date/time routines
    Understanding and Using APPLY Part 1 & Part 2

  • Hi,

    You can give permissions to another logins(Not admins) to trace through SQL Profiler.

    Go To that login, select properties. and then go to securables

    there you can add Here.

    Here you will find three types. you can add server here.

    and then you will give grant permission for alter trace row.

    and then click ok.

    profiler allow that login to run trace.

    all d best

    Regards

    GaNeSH

    GaNeSH

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply