set quoted_identifier on ...problems

  • 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

  • it might possibly be because im extracting node values from XML contained in a column from one of the tables... any ways around this....

  • anyone??

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply