Hi!
I have a collation issue going on when I try to join two tables together. I was able to get rows returned in my query, however they were not the expected rows, when I used the following collation phrase:
Table1.My_NUMBER COLLATE SQL_Latin1_General_CP1_CI_AS = Table2.My_NUMBER
Is it possible to just change the collation in Table1 somehow? Table1 is really the result of the import of a csv file.
Any help will be greatly appreciated!