区分大小写:
alter database 数据库 COLLATE Chinese_PRC_CS_AS
不区分大小写:
alter database 数据库 COLLATE Chinese_PRC_CI_AS

相关文章: