Re: Collation issue,
From: Jacco Schalkwijk (jacco.please.reply_at_to.newsgroups.mvps.org.invalid)
Date: 06/30/04
- Next message: Tibor Karaszi: "Re: What are the best practices for Views, Stored Procedures, User Defined Functions?"
- Previous message: noamg: "sql 2000 64bits - DISTRIBUTED Tran"
- In reply to: Chris Hoare: "Collation issue,"
- Next in thread: Bart Duncan [MSFT]: "Re: Collation issue,"
- Reply: Bart Duncan [MSFT]: "Re: Collation issue,"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 11:00:42 +0100
Most Windows natural language collations ignore underscores, hyphen, spaces
etc when sorting. If you want to include them in your sorting, you most
likely have to use a binary collation, like Latin1_General_BIN.
-- Jacco Schalkwijk SQL Server MVP "Chris Hoare" <ChrisHoare@discussions.microsoft.com> wrote in message news:EE290A60-5CB2-49AE-BA7A-38D3CA1FFBC3@microsoft.com... > I have a query in SQL server that queries data on the Latin_1_General_CI_AS collation, code page 1252. On that code page the character _ appears after the capital A (as it does in ASCII) (I have also tried this query with case sensitve Latin_1_General_CS_AS with the same results) > > However when i query the data in sql I do not get AA before A_ when ordering asc. What collation should i be using to get this to work; as i am somewhat baffled at this point.
- Next message: Tibor Karaszi: "Re: What are the best practices for Views, Stored Procedures, User Defined Functions?"
- Previous message: noamg: "sql 2000 64bits - DISTRIBUTED Tran"
- In reply to: Chris Hoare: "Collation issue,"
- Next in thread: Bart Duncan [MSFT]: "Re: Collation issue,"
- Reply: Bart Duncan [MSFT]: "Re: Collation issue,"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|