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.
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] |
 |
|
|
|
|