跨Database join table時則所有join的欄位定序都必須相同,否則就會出現該錯誤。最快解法:語法最後加入database_default就可以了。EX:LEFT JOIN Product b on a.ProductID = b.ProductID COLLATE database_default
Reference:http://www.cnblogs.com/zhuhee/archive/2007/08/02/840442.htmlhttp://www.itus.cn/database/2/sqlserver-936.shtmlhttp://msdn.microsoft.com/zh-tw/library/ms184391(SQL.90).aspx