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 |
helpme
Posting Yak Master
141 Posts |
Posted - 2011-01-18 : 07:34:28
|
is there a way to allow someone to view the job activity monitor? I just want them to be able to view it, I don't want them to be able to do anything else (start jobs, delete, disables, etc.). |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2011-01-18 : 08:13:50
|
http://msdn.microsoft.com/en-us/library/ms188283.aspx |
 |
|
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2011-01-18 : 11:30:53
|
USE MSDBGO EXEC sp_addrolemember 'SQLAgentReaderRole', YourUserNameHereGO |
 |
|
helpme
Posting Yak Master
141 Posts |
Posted - 2011-01-18 : 16:36:26
|
Thanks |
 |
|
|
|
|