Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL Server Agent - Error Logs

Author  Topic 

Lauri332
Starting Member

9 Posts

Posted - 2009-03-10 : 06:31:08
Hello :)

I've a little problem:

I have a user on my sql server which has no access to error logs but the user can see the sql server agent and the jobs.

Now I want this user to be able to see the error logs. Is there a msdb entry for granting access to the error logs?

I hope someone could help me

Lauri

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-03-10 : 08:21:07
[code]GRANT VIEW SERVER STATE TO Login[/code]
Go to Top of Page
   

- Advertisement -