Define Column Collation Dialog Box

(Microsoft SQL Server 2000 only.) Lets you specify a collation sequence for the column. A columnÆs collation sequence is used in any operation that compares values of the column to each other or to constant values. It is also affects the behavior of some string functions, such a SUBSTRING, and CHARINDEX. For a complete list of the effects of a columnÆs collation setting, see the SQL Server documentation.

This dialog box appears in any of several situations:

SQL Collation

Select SQL Collation if you want to choose among the collation sequences defined by SQL Server. Then select a collation sequence from the drop-down list.

Windows Collation

Select Windows Collation if you want to choose among the collation sequences defined by Windows. Then select a collation sequence from the drop-down list.

Binary Sort

Applies only if you select Windows collation. Select this if you want comparison operations to use the binary codes of character values for comparison. If you select this option, certain alphabetic comparison options become unavailable. For example, making case-insensitive comparisons becomes unavailable because uppercase letters and lowercase letters have different binary encodings.

Dictionary Sort

Applies only if you select Windows collation. Select this if you want comparison operations to use certain alphabetic comparison options. The alphabetic comparisons options are:

Restore Default

Applies to the column the default collation sequence for the database.