当前位置: 代码迷 >> Sybase >> 批改sybase字符集排序
  详细解决方案

批改sybase字符集排序

热度:1513   发布时间:2013-02-26 00:00:00.0
修改sybase字符集排序

?

sp_configure "default sortorder",xxx?? ; xxx为新的编号

重启两次sybase

?

//查看默认编码

sp_configure "default char"

?

//修改编码

sp_configure "default char",190

go

//查看所有编码

select id,name from syscharsets

?

//查看字符集排序

sp_helpsort

?

//修改字符集排序

sp_configure "default sortorder",50