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 2008 Forums
 Transact-SQL (2008)
 permission on execute job

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2012-05-18 : 07:31:55
When the user runs the following sql, it says Access Denied
What should I do to solve this please?
EXEC msdb.dbo.sp_start_job @job_name = 'myJobName'

Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2012-05-18 : 07:35:10
refer to the BOL http://msdn.microsoft.com/en-us/library/ms186757.aspx on the PERMISSIONS section


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2012-05-18 : 10:28:28
Thanks
Go to Top of Page
   

- Advertisement -