Monday, December 31, 2007

SET QUOTED_IDENTIFIER ON

SET QUOTED_IDENTIFIER ON:
When the set quoted identifier is on that means you can use a query like:
select * from "table name with space" this is important if you do not want to use the bracketed identifiers which is select * from [table name with space]

No comments: