I have to move the MOM 2005 DB to a new server. One thing I forgot was the issue with the reindex and optimization jobs failing with strange codes.
Listed in the job history is: "sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed." That is too generic.
Looking at the Database Maintenance Plan History you get the real issue: "[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 1934: [Microsoft][ODBC SQL Server Driver][SQL Server]DBCC failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER, ARITHABORT'."
Looking that up and you find: http://support.microsoft.com/kb/902388/en-us
I know I have done this before...and I look at the old server, the -S option and the -SupportComputedColumn was in my Reindex job
-JFH