February 27, 2014 at 7:21 am
I have a developer who is dbo of a database he is working on but does not have permission to run the profiler tool. any thoughts ?
February 27, 2014 at 7:25 am
DBO does not include trace permissions. You need to explicitly grant him the ALTER TRACE permission at the server level.
GRANT ALTER TRACE TO <login name>
The only fixed role which includes the ALTER TRACE permission is sysadmin.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 28, 2014 at 7:35 am
For a good visualisation of server and database roles try here
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply