2012年3月27日
摘要: 恢复客户发过来的备份数据库后发现其Collation为Latin1_General_CI_AS, 但自己的sql2008默认实例的Collation为SQL_Latin1_General_CP1_CI_AS,于是运行程序报错:Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the equal to operation.解决方法:创建新的sql server实例,创建过程中选择Server C 阅读全文
posted @ 2012-03-27 14:44 cw_volcano 阅读(1268) 评论(0) 推荐(0) 编辑