Quoted identifier error Codefluent -
we have quotedidentifier problem azure producer. have entity defined geography property. created geospatial index on table. however, if perform insert or update on table followind error:
insert failed because following set options have incorrect settings: ‘quoted_identifier’. verify set options correct use indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or xml data type methods and/or spatial index operations.
we solved error dropping , restoring stored procedures of table set quoted identifier on now.
the problem is, every time run producer stored procedures dropped , created quoted identifier off. how can solve situation?
you can configure sql server producer generate set quoted_identifier on
@ top of files:
<cf:producer name="sql server" typename="codefluent.producers.sqlserver.sqlserverproducer, codefluent.producers.sqlserver"> <cf:configuration quotedidentifier="on" ... /> </cf:producer>
Comments
Post a Comment