I am trying to make a Union between two tables, and I get the following error:
Cannot resolve the collation conflict between
“Chinese_Hong_Kong_Stroke_90_CI_AI” and “SQL_Latin1_General_CP1_CI_AS”
in the UNION operation.
The types of the columns are the same (string goes to string, etc..)
You can update the collation for the table. Here are the steps to do so:
PS: Ensure all components accessing the database are stopped while doing the above. Failing this will cause an error to pop-up.
Here is where I found this information (2nd to last thread):
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=77212