Materialised views and Quoted_Identifier
I'm moving various dbs from SQL7 -> SQL2K, and trying to make use of various 2K features as I go. One thing that would improve performance quite nicely is materialised views, but every time I try to create on I get the following message:
Cannot create index. Object 'Revenue_Expense_VW_inc_ByBroker' was created with the following SET options off: 'QUOTED_IDENTIFIER'.
Do materialised views require that 'QUOTED_IDENTIFIER' be true/on, and if so why (& how do I accomplish it)?
Chris
There are two secrets to success in this world:
1. Never tell everything you know
__________________
There are two secrets to success in this world:
1. Never tell everything you know
|