If I try to set using sp_configure I get this..
1> sp_configure "default sortorder id",44
2> go
Msg 5824, Level 16, State 4:
Server 'AIGORACLE11G', Procedure 'sp_configure', Line 1310:
Cannot reconfigure server to use sort order ID 44, because the row for its underlying character set (ID 2) does not exist
syscharsets.
(return status = 1)
But the char set seems to be there???
1> sp_helpsort
2> go
Collation Name Collation ID
------------------------------ ------------
altdict 45
altnoacc 39
altnocsp 46
binary 25
cyrnocs 64
defaultml 20
dict 51
elldict 65
espdict 55
espnoac 57
espnocs 56
gbpinyin 163
hundict 69
hunnoac 70
hunnocs 71
iso14651 22
noaccent 54
nocase 52
nocasep 53
rusnocs 59
scandict 47
scannocp 48
thaidict 21
turknoac 73
turknocs 74
utf8bin 24
nocase_eucgb 52
nocase_cp936 52
nocase_gb18030 52
nocase_eucjis 52
nocase_sjis 52
nocase_deckanji 52
gbpinyinnocs 26
gbpinyin_eucgb 163
gbpinyin_gb18030 163
gbpinyin_cp936 163
gbpinyinnocs_eucgb 26
gbpinyinnocs_gb18030 26
gbpinyinnocs_cp936 26
Loadable Sort Table Name Collation ID
------------------------------ ------------
cp932bin 129
cyrdict 140
dynix 130
eucjisbn 192
euckscbn 161
gb2312bn 137
rusdict 165
sjisbin 179
turdict 155
big5bin 194
Sort Order Description
------------------------------------------------------------------
Character Set = 2, cp850
Code Page 850 (Multilingual) character set.
Sort Order = 49, caseless_34
Case-insensitive sort order for 3.4.1 caseless database.
Characters, in Order
....
any idea why I can't set 44?
-Ken