恢复客户发过来的备份数据库后发现其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 Collation为客户那边的Latin1_General_CI_AS。

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-06-23
  • 2021-08-06
  • 2021-12-19
猜你喜欢
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
相关资源
相似解决方案