zoukankan      html  css  js  c++  java
  • Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.

    ErrorMessage

    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.

    查看SQL Server的Collation

    SELECT SERVERPROPERTY ('Collation')

    Solution

    1. 在安装SQL Server的时候Collation都选择Latin1_General(拉丁,不带100的那个)

    2. 如果已经安装了SQL Server的话,那就在Database的属性下修改吧

  • 相关阅读:
    10月20日动手动脑
    10月20日
    10月19日
    10月18日
    10月17日
    10月16日
    10月15日
    10月14日
    jQuery选择器大全
    面试总结
  • 原文地址:https://www.cnblogs.com/chenyongblog/p/4382125.html
Copyright © 2011-2022 走看看