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 2000 Forums
 SQL Server Administration (2000)
 Job owner

Author  Topic 

CanadaDBA

583 Posts

Posted - 2007-11-05 : 14:45:36
What account is recommended to be the owner of each job on a SQL server? Is SA recommended? Or should I have a specific domain account like MyServerJobsOwner and grant rights in SQL Server to run the jobs. Then make it owner of all jobs. What is suggested and what you have done in your environment.

Thanks,

Canada DBA

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-11-05 : 14:47:47
Well I typically create jobs using my Windows account, so that account is typically the owner. Occassionally though jobs will fail as SQL Server is unable to contact the domain controller to see if my Window account is authorized. This was a big problem for us in SQL Server 2000 (not in 2005 though). As a result of this, I switch to sa when I get these errors.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

CanadaDBA

583 Posts

Posted - 2007-11-05 : 14:50:16
Is there any issue or risk if use SA as the job owner?

Canada DBA
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-05 : 22:22:27
Certain jobs need sysadmin as owner, so using sa or other sysadmin has no difference.
Go to Top of Page
   

- Advertisement -