We strongly recommend that you install SQL Server with the case-insensitive, accent-insensitive option, which is not the default. The Binary Sort order default causes all table and column names to be case-sensitive. Therefore, the following SQL command:
`Select ValveSetting1, ValveSetting2 from T1 where index = 23'
will not work if the table T1 is actually t1, or if the ValveSetting1 column is actually Valvesetting1, and so on.