• One of the major apps our business uses names columns with spaces and special characters like "Created Date/Time". I'm surprised they don't want the case sensitivity default changed as well. Then they have common app generated queries that search the first three characters of that nvarchar(4000) column. Oh but the column is indexed!

    Cheers