petejigsaw
MIS
I am working on a report that uses two tables from within the same SQL 2005 database.
The database is set to CI (case insensitive), but when I add two of the tables to the report, link them on fields I know should work, I get this error:
Failed to retrieve data from the database.
Details: 42000:[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot resolve the collation conflict between "Latin1_General_CI_AI" and "Latin1_General_CI_AS" in the equal to operation. [Database Vendor Code: 468]
Can anyone help explain why this is occuring and how I go about resolving this issue?
Many thanks
The database is set to CI (case insensitive), but when I add two of the tables to the report, link them on fields I know should work, I get this error:
Failed to retrieve data from the database.
Details: 42000:[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot resolve the collation conflict between "Latin1_General_CI_AI" and "Latin1_General_CI_AS" in the equal to operation. [Database Vendor Code: 468]
Can anyone help explain why this is occuring and how I go about resolving this issue?
Many thanks