关联两个库时要指定排序规序
如:
use db
go
select 
*
from 
t a
where exists(select 1 from db1.dbo.t where Name=a.Name collate Chinese_Taiwan_Strock_90_AX)