I am facing
SELECT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER' issue on my production environment.
the same stored procedure is working fine on lower environment. please help me to identify the issue.
I am using SQL server 2008.
I also tried with recompiling and creating the Stored procedure.