Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Chinese_Taiwan_Stroke_CI_AS" in the equal to operation.
找了一下
說要再等於雙方加入這個 就行了
collate Chinese_Taiwan_Stroke_CI_AS
--[PersonID] = [ID] --舊的方式 改成下面這個
[PersonID] collate Chinese_Taiwan_Stroke_CI_AS = [ID] collate Chinese_Taiwan_Stroke_CI_AS
沒有留言:
張貼留言