Hi. Recently I noticed that when ordering rows in a text column, SQL Server will put "A Place to go" before "Abort", for example. It considers the white space as a character that comes earlier than any other letter. Well, I don't know if that is a rule when ordering elements in english, but in portuguese that is pretty strange. Is there a workaround for that? The right thing to be done for ordewring elements in this case would be to IGNORE white space, so that order would be like "Abort", "Acme", "A crash in the street", "A fight in the club", "Ambar".
Thanks for any help.
Thanks for any help.