|
2 |
tags
|
||
|
1 |
|
||
SQL Server 2005 collation issueHello everyone, I have two tables, and they are using different collations. It is not allowed to concatenate columns from tables with different collations, for example the following SQL is not allowed,
My question is, how to change the collation of a table without destroying the data of the table? thanks in advance, George
|
||||
