Profiler for sysasmins only?

  • Hello, SQL Gurus!

    Can non-sysadmins users of SQL Server 2000 profile it? I gave them permissions for appropriate procedures but it doesn't works.

    Thanks in advance!

  • Every process and sp need to create and run traces can only be Executed by the sysadmin fixed role. As stated here by DBCC TRACEON

    quote:


    DBCC TRACEON permissions default to members of the sysadmin fixed server role only, and are not transferable.


    and sp_trace_create

    quote:


    Only members of the sysadmin fixed server role can execute sp_trace_create.


    so non-sysadmin users are barred from using Profiler.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

    Edited by - antares686 on 05/13/2002 04:49:40 AM

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

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