SQL Server: Collate DATABASE_DEFAULT to Resolve "Cannot resolve the collation conflict between ..."

Tags: SQL Server, collation, error, resolve, DATABASE_DEFAULT, conflict

SELECT * FROM MyTable1 t1, MyTable2 t2

inner join t1.field1 on t2.field1 COLLATE DATABASE_DEFAULT

 

 

No Comments

You must log on to comment.