SQL 不同字符集的处理
时间:2010-10-19 来源:Stangray
2.select serverproperty('collation') --查询当前字符集
3.alter database databaseName collate Chinese_PRC_CI_AI --更改字符集
4. select databasepropertyex('databaseName','collation') --查询指定库字符集
相关阅读 更多 +
时间:2010-10-19 来源:Stangray
2.select serverproperty('collation') --查询当前字符集
3.alter database databaseName collate Chinese_PRC_CI_AI --更改字符集
4. select databasepropertyex('databaseName','collation') --查询指定库字符集