User DBO
-
Thursday, April 05, 2012 10:07 AM
Hi Team,
One of the user has database owner access now
User looking on to check the trace on the profilesr
what permissions we will give to that user.
Tx
subu
All Replies
-
Thursday, April 05, 2012 10:46 AM
http://msdn.microsoft.com/en-us/library/ms190362.aspx User must have ALTER TRACE permission.
Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
-
Thursday, April 05, 2012 11:19 AM
Hi Subu,
which version of SQL server it in on? ALTER TRACE will work for SQL 2005 or higher version, for SQL 2000 and lower version it require sysadmin server level role.
Kindly mark the reply as answer if they help
- Edited by Sunil Gure Friday, April 06, 2012 7:36 AM typo
-
Thursday, April 05, 2012 1:02 PM
it sql server 2008 R2
subu
-
Thursday, April 05, 2012 2:06 PM
OK, it require ALTER TRACE permissions. You can grant this permission using below TSQL.
Use Master,
go
Grant Alter Trace to <LoginName>Kindly mark the reply as answer if they help
- Marked As Answer by subu999 Thursday, April 05, 2012 2:57 PM
-
Thursday, April 05, 2012 2:57 PMHi Thanks it is resloved.
subu

