Hello All,
I installed SQL server 2005 on the machine and restored the databases from 2000. The collation level for the user database (migrated from 2000) is different than the collation level in tempdb at 2005 server.
When I run a SP which creates the temp # table and has join with the user tables on varchar, text, char fields I get the collation mismatch error.
May I know how do I fix this issue?
How do I find all the SP, functions, triggers..objects which creates temp # tables and has joins on the text fields?
Thanks in advance,
-techiPA
I installed SQL server 2005 on the machine and restored the databases from 2000. The collation level for the user database (migrated from 2000) is different than the collation level in tempdb at 2005 server.
When I run a SP which creates the temp # table and has join with the user tables on varchar, text, char fields I get the collation mismatch error.
May I know how do I fix this issue?
How do I find all the SP, functions, triggers..objects which creates temp # tables and has joins on the text fields?
Thanks in advance,
-techiPA