To create:
- Create or use a Windows login (local or domain) to be the proxy that will run the job.
- Give that account "Log on as a batch job" right in the OS
- Create SQL login for Windows login and give it SQLAgentUserRole in msdb.
- Create the credential using SQL 2005 Management Studio (SSMS) to reference this account.
- Create Proxy using SSMS and give it access to desired subsystem(s): ActiveX Script, Operating System, Replication Distributor, Replication Merge, Replication Queue Reader, Replication Snapshot, Replication Transaction-Log Reader, Analysis Services Command, Analysis Services Query, SSIS Package Execution
- Job owner--->Proxy--->Credential--->Windows Login--->runs the job.
Reference: http://msdn.microsoft.com/en-us/library/ms189064(SQL.90).aspx
No comments:
Post a Comment