I just updated to SQL Express SP2 per this Feedback item:
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=132806
But I don't see an option to use quoted identifiers. Is it not included in the Express version?
I thinnk that is set on a database level. (And the 'default' condition is [ ON ].)
To change:
ALTER DATABASE MyDatabase
SET QUOTED_IDENTIFIER ON
No comments:
Post a Comment