Checks if there is a collation conflict with temp tables and table variables.
Long description:
You may get a collation conflict when the collation of your user database does not match the collation of tempdb database. Whenever you join with the temp table (without specifing the collation for string columns) they will inherit the default collation for tempdb databae causing collation conflict.
Post your comment on this topic.