i am having a problem with an update stored proc
the error is
UPDATE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or query notifications and/or xml data type methods.
unfortuanltey, there is NO indexed views/computed columns/query notifications for this table
this sp was running fine for past couple of days and since today morning has been reporting error.
is there any suggestion that would help in identifying the problem
Note: if i set the quoted_identifier to ON and rerun the create proc, the issue will be fixed for now but I want to understand what triggered this issue in the first place.
thanks