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
 General SQL Server Forums
 New to SQL Server Programming
 SQL job doesn't start

Author  Topic 

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-12-06 : 15:58:14
This problem is on SQL Server development box.
SS 2K standard edition
SP3
3071 MB
2 processors
Windows NT 5.0

SQL job doesn't start nor write on the view history. I have comfirm this by creating a new job with query and run it manually or schedule automatic run.

select * from sysdatabases

It points to database master and using the same account sql server agent uses it to start. This account has sys admi rights. I have check for blocking but thre is not.
Anyone has ever has a similar issue like this




http://www.sqlserverstudy.com

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2007-12-06 : 16:01:01
check to see if sql server agent is running

Be One with the Optimizer
TG
Go to Top of Page

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2007-12-06 : 16:28:08
restarted the sql server agent and it worked...weird thing.




http://www.sqlserverstudy.com
Go to Top of Page
   

- Advertisement -