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 |
|
ulyss
Starting Member
10 Posts |
Posted - 2003-02-25 : 05:16:54
|
| I got this error "sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed."First I thought of it as a disk space prob as I received it before with this message.But that's not the prob.The db settings are fine too.Any suggestions anyone??It could really help me as I can't find that Error Message in BOL.Thx. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-02-25 : 13:28:01
|
| The error that you are receiving is a generic error that suggest that one of your maintenance plans has failed. Look at the Error Log in SQL Server. In there you will find the exact error message reported by the maintenance plan. |
 |
|
|
|
|
|