My maintenance plan integrity check task was failing with "Alter failed for server XXX". After tracing i found the maintenance plan executes sp_configure 'USER OPTIONS',xxxx followed by RECONFIGURE.The reconfigure statement then generates an error causing the plan to fail. This was because the server configuration option "Allow Updates" was set to 1. Changed the setting back to 0 and the reconfigure statement started to work again!BOL states the "allow updates" setting has no effect which is clearly not true as it causes this bug.
Please wait...