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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-29 : 12:20:48
|
| Manuel writes "jobs keep failing while executing integrity check´s and transaction log backup´s.NT AUTHORITY\SYSTEM. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-08-29 : 12:23:21
|
Don't use maintenance plans - code what you want to do in an SP or SPs? ==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
pareshmotiwala
Constraint Violating Yak Guru
323 Posts |
Posted - 2002-08-29 : 13:16:09
|
| the sql service account, is it in the same domain as the server ? |
 |
|
|
aliddell
Starting Member
6 Posts |
Posted - 2002-08-29 : 23:43:42
|
| Rather than the transaction log, look at the maintenance plan logs. It should give you the action/database that it failed on. Eg re-index, etc.I had a similar problem, turned out it was failing on a re-index and/or the databases needed to be in 'single' mode.AL |
 |
|
|
|
|
|