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.
| 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 SP33071 MB2 processorsWindows NT 5.0SQL 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 thishttp://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 runningBe One with the OptimizerTG |
 |
|
|
funketekun
Constraint Violating Yak Guru
491 Posts |
|
|
|
|
|