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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.