Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SQL 2005 Sort Order Problem

    Can you modify the query? Try to cast the string columns you select to the new collation.

    Cast

    (myTable.column1 COLLATE Latin1_General_CI_AS

Viewing post 1 (of 2 total)