I have created a Database Project in Visual Studio 2010 for a database which is in 2008. I am having issues in deploying the database as I don't know why, but at the time of deployment in some procedures
QUOTED_IDENTIFIER is set to OFF
But I intended to switch in ON at the time of deployment.
- Is there is any setting from which I can control
QUOTED_IDENTIFIERsettings in my database project?. - Is there any place within database project from where i can switch it on by default at the time of creation or altering..?
