Monday, June 30, 2008

Cannot resolve collation conflict for equal to operation

SQL語句進行left join的時候發生Cannot resolve collation conflict for equal to operation.錯誤
加入database_default就可以了
如LEFT JOIN @CorePartTemp cpt on o.Part = cpt.ProductId COLLATE database_default

0 Comments:

Post a Comment

<< Home