![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a user who wants to create a 'job' in SQL Server... This job will run a SQL query and generate an email nightly I want to give the user the minimum requirements to create/edit this job He can't see the SQL Agent tab in Management Studio Thoughts? |
#3
| |||
| |||
|
|
Add the user to the SQLAgentUserRole role in the MSDB database. Change the user to be the owner of the job. Here is the BOL link describing SQL Agent Security. ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/719ce56b-d6b2-414a-88a8-f43b725ebc79.htm |
#4
| |||
| |||
|
|
Thanks I haven't been able to find where to assign that role - it isn't the same place as the bulkload role, for example Thanks Blake Geoff N. Hiten wrote: Add the user to the SQLAgentUserRole role in the MSDB database. Change the user to be the owner of the job. Here is the BOL link describing SQL Agent Security. ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/719ce56b-d6b2-414a-88a8-f43b725ebc79.htm |
#5
| |||
| |||
|
|
It is a database role within the MSDB database. |
![]() |
| Thread Tools | |
| Display Modes | |
| |