User to run trace but not to access database.

  • Hi ,

    How to create a user to run a trace but not to access a database.

    Regards,

    Saravanan T

    Regards,
    Saravanan

  • 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