INF: Manual Installation of Sort OrdersID: Q95585
|
The SQL Server 4.2 "System Administrator's Guide" does not document how to install a sort order when building the master device.
These steps should be taken after running bldmastr, but before
bringing sqlservr up in single user mode as documented on page 312 (180 in
OS/2 4.2 documentation) of the "System Administrator's Guide":
Note the code page and sort order IDs from the ERRORLOG of the last
run of SQL Server. The IDs are identified from the following entries
in the ERRORLOG:
92/10/26 09:16:54.18 server SQL Server's default sort order is:
92/10/26 09:16:54.25 server 'caseless_34'
(ID =49)
92/10/26 09:16:54.31 server on top of default character set:
92/10/26 09:16:54.37 server 'cp850' (ID = 2)
md c:\sql\charsets
md c:\sql\charsets\cpnnn
Sort
ID File
---------
30 CP437BIN.437
31 DICTION.437
32 NOCASE.437
33 NOCASEPR.437
34 NOACCENT.437
40 CP850BIN.850
41 DICTION.850
42 NOCASE.850
43 NOCASEPR.850
44 NOACCENT.850
49 NOCASE34.850
50 ISO_1BIN.ISO
51 DICTION.ISO
52 NOCASE.ISO
53 NOCASEPR.ISO
54 NOACCENT.ISO
55 ALTDICT.850
56 ALTNOCSP.850
57 ALTNOACC.850
61 ALTNOCS.850
unpack nocase34.85@ c:\sql\charsets\cp850\nocase34.850-or-
unpack cp437bin.43@ c:\sql\charsets\cp437\cp437bin.437
sqlservr
charset -P<sa_password> -Lc:\sql\charsets\cpnnn <filename>
charset -P<sa_password> -Lc:\sql\charsets\cp850 nocase34.850
-or-
charset -P<sa_password> -Lc:\sql\charsets\cp437 cp437bin.437
isql /Usa /P<sa_password>
update sysconfigures
set value = xx
where config = 123
go
reconfigure with override
go
shutdown
go
sqlservr
Additional query words: 4.20 doc error Windows NT
Keywords : kbsetup SSrvAdmin SSrvDoc_Err SSrvInst
Version : 4.2
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 16, 1999