Article ID: 945067 - Last Review: December 14, 2007 - Revision: 1.1 Error message when you run a maintenance plan after you set the "allow updates" option to 1 in SQL Server 2005: "Alter failed for server"
On This PageSYMPTOMSConsider the following scenario. In Microsoft SQL Server 2005, you set the allow updates option to 1. Then, you run a maintenance plan. In this scenario, you receive the following error message: Execution failed. See the maintenance plan and SQL Server Agent job history logs for details. Failed:(0) Alter failed for server 'ComputerName\\InstanceName'. RESOLUTIONTo resolve this problem, set the allow updates option to 0 before you run a maintenance plan in SQL Server 2005. To set the allow updates option to 0, run the following statement. STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATIONThe allow updates option is still present in the sp_configure stored procedure. However, if you set the allow updates option to 1, you cannot directly update the system tables. Additionally, direct updates to the system tables are not supported. Steps to reproduce the problem
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top