Saravanan T
SSCrazy
Points: 2506
More actions
May 11, 2010 at 2:05 am
#386901
Hi ,
How to create a user to run a trace but not to access a database.
Regards,
Regards,Saravanan
Bhuvnesh
SSC Guru
Points: 59351
May 13, 2010 at 3:58 am
#1166743
USE master;
GRANT ALTER TRACE TO LoginID;
GO
-------Bhuvnesh----------I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply