How to fix a collation conflict in a SQL Server query?

后端 未结 5 1963
故里飘歌
故里飘歌 2020-12-09 00:53

I am working on a view, wherein I am using an inner join on two tables which are from two different servers. We are using linked server. When running the query I am getting

5条回答
  •  情书的邮戳
    2020-12-09 01:34

    if the database is maintained by you then simply create a new database and import the data from the old one. the collation problem is solved!!!!!

提交回复
热议问题