Contents tagged with conflict
-
SQL Server: Collate DATABASE_DEFAULT to Resolve "Cannot resolve the collation conflict between ..."
SELECT * FROM MyTable1 t1, MyTable2 t2
inner join t1.field1 on t2.field1 COLLATE DATABASE_DEFAULT
SELECT * FROM MyTable1 t1, MyTable2 t2
inner join t1.field1 on t2.field1 COLLATE DATABASE_DEFAULT