We have SharePoint running our intranet, and when executing the maint plan we are getting "DBCC failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'". Our database default is QUOTED_IDENTIFIER ON. There is a MSFT KB on this (301292), but it doesn't really deal with the case of how to fix the maint plan, just to add some code (SET QUOTED_IDENTIFIER ON) to a SQL Agent job. Any ideas? Thanks.
There is no "i" in team, but idiot has two.