SET QUOTED_IDENTIFIER ON
im setting this on in a stored proc, java code executes the stored proc... i'm getting the following error
can anyone offer some advice?
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: SELECT INTO 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.
Thanks