Pogledaj upute za PANTHEON™

 Categories
 Скласти тех карту
[Expand]User Manual for DataLab PANTHEON 5.5
[Collapse]Datalab PANTHEON 5.5
 [Expand]Orders
 [Expand]Settings
 [Expand]Manufacturing
 [Expand]Goods
 [Expand]Service
 [Expand]Financials
 [Expand]Personnel
 [Expand]ZEUS Business Intelligence System
 [Expand]Desktop
  Web Portals
  Extra
 [Collapse]Datalab Software System Environment
  [Expand]Security Policy
  [Collapse]Installation
    Windows Vista
    Windows Terminal Server
    Installing PANTHEON on Linux and Oracle Database
   [Collapse]MS SQL Server
     MS SQL Server Installation
     Changing SQL Sort Order
     SQL Server Agent
    [Expand]MS SQL Server Security
    [Expand]Useful SQL Queries
   [Expand]Oracle Database
   [Expand]ODBC
  [Expand]Task Scheduling
  [Expand]PANTHEON System Environment
  [Expand]Database Administration
  [Expand]Datalab Utilities
 [Expand]Messages and Warnings
 [Expand]Additional Programs
 90632
[Expand]Pantheon RA (android POS) guide
[Expand]Довідник користувача Datalab PANTHEON Farming
[Expand]User Site

Load Time: 460,4909 ms
print   |
Label

Changing SQL Sort Order

Changing SQL Sort Order

Changing SQL Sort Order

After you have MS SQL Server installed, you need to check the LocaleID and Sort Order ID.

Run the SQL Query Analyzer and execute the following code:

exec sp_helpsort

The result should be something like this:

Unicode data sorting   
---------------------- 
Locale ID = 1060      
 case insensitive, kana type insensitive, width insensitive

Sort Order Description
-----------------------------------------------------------------
Character Set = 4, cp1250
    Code page 1250
Sort Order = 96, slvnc
    Slovenian dictionary case-insensitive sort order for use with
    code page 1250
Characters, in Order
-----------------------------------------------------------------
  ' -  - -     ! " # $ % & ( ) * , . / : ; ? @ [ \ ] ^ _ ` { | }
  ~ ¦ ¨ ´ ¸ ˇ ˘ ˙ ˛ ˝ ' ' , " " ? ? ? + < = > ± « » × ÷ ¤ § © ¬ ®
  ° µ ¶ · ? ? . ? ? ? 0 1 2 3 4 5 6 7 8 9 A=a Á=á Â=â Ä=ä Ă=ă Ą=ą
  B=b C=c Ç=ç Č=č Ć=ć D=d Ď=ď Đ=đ E=e É=é Ë=ë Ě=ě Ę=ę F=f G=g H=h
  I=i Í=í Î=î J=j K=k L=l Ĺ=ĺ Ľ=ľ Ł=ł M=m N=n Ń=ń Ň=ň O=o Ó=ó Ô=ô
 Ö=ö Ő=ő P=p Q=q R=r Ŕ=ŕ Ř=ř S=s Ş=ş ß ?=? ?=? T=t ?=? Ţ=ţ ? U=u
  Ú=ú Ü=ü Ů=ů Ű=ű V=v W=w X=x Y=y Ý=ý Z=z Ż=ż ?=? ?=Y

 

Rebuilding MS SQL Server 7.0

The LocaleID and Sort Order ID cannot be changed after installation, except by rebuilding the Server.

To rebuild the Server:

  1. Copy all files from SQL Server's Data folder (e.g.: C:\MSSQL7\DATA) to another folder.
  2. Run rebuildm.exe in the Binn folder (e.g.: C:\MSSQL7\BINN\REBUILDM.EXE)
    for the Source Directory, select the folder to which you have copied the files from step 1;
    for Character Set, Sort Order, and Unicode Collation select the character set Character Set: 1250 Central European, and sort order Slovenian dictionary order, case-insensitive, the Unicode Collation is selected automatically, after you set a sort order.
  3. Click Rebuild.
  4. Close the program after rebuilding has finished, and start the server.



Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!