One of our programs is erroring out because a stored procedure was "created with QUOTED_IDENTIFIER option ON". This is a Microsoft SQL Server (8).
All that happened to it yesterday was: Stored procedures were editted. A table was created.
I have removed the edits. I have deleted the table. The error is still coming up.
Is there a query (or something), so I can figure out which stored procedure is causing the problem?
Thanks.