修改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

猜你喜欢

转载自jyao.iteye.com/blog/1668808
今日推荐