Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sort Order 50?

Status
Not open for further replies.

soy4soy

IS-IT--Management
May 22, 2000
100
US
Anybody know what sort order 50 is in REBUILDM.EXE? I thought it was Binary, but that is apparently not the case. Trial and error will eventually find it, but I am having bad luck so far.
 
I have many SQL servers. One of them had a hard drive crash. I have backups of all the databases, but the SQL installation seems to be corrupt.

I have replaced all the files, and am able to use rebuildm.exe to get my server back, but when I try to restore my backups, it tells me that my sort order of 50 in the database is not cool with my sort order of 80 on the server.

Below, the character sets appear to be different, but I cannot find the Western European 8-bit character set in my server. The only character set that is close is 1250, Central European Character set. Do you have any idea how I can find the correct one or just set it manually?

Here are my sp_helpsort results:

Downed Server sp_helpsort results:
Unicode data sorting
----------------------
Locale ID = 33280

case sensitive


Sort Order Description
------------------------------------------------------------------------------------------------------------------------------------
Character Set = 4, cp1250
Code page 1250
Sort Order = 80, bin_cp1250
Binary Sort Order for the Code Page 1250 Character Set

Characters, in Order
------------------------------------------------------------------------------------------------------------------------------------
! &quot; # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ €
‚ „ … † ‡ ‰ Š ‹ &#346; &#356; Ž &#377; ‘ ’ “ ” • – — ™ š › &#347; &#357; ž &#378;   &#711; &#728; &#321; ¤ &#260;
¦ § ¨ © &#350; « ¬ ­ ® &#379; ° ± &#731; &#322; ´ µ ¶ · ¸ &#261; &#351; » &#317; &#733; &#318; &#380; &#340; Á Â &#258; Ä &#313;
&#262; Ç &#268; É &#280; Ë &#282; Í Î &#270; &#272; &#323; &#327; Ó Ô &#336; Ö × &#344; &#366; Ú &#368; Ü Ý &#354; ß &#341; á â &#259; ä &#314;
&#263; ç &#269; é &#281; ë &#283; í î &#271; &#273; &#324; &#328; ó ô &#337; ö ÷ &#345; &#367; ú &#369; ü ý &#355; &#729;



Good server sp_helpsort results:
Unicode data sorting
----------------------
Locale ID = 33280

case sensitive


Sort Order Description
------------------------------------------------------------------------------------------------------------------------------------
Character Set = 1, iso_1
ISO 8859-1 (Latin-1) - Western European 8-bit character set.
Sort Order = 50, bin_iso_1
Binary Sort Order for the ISO 8859-1 (Latin 1) Character Set

Characters, in Order
------------------------------------------------------------------------------------------------------------------------------------
! &quot; # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  
¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À
Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à
á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top