Focal Point
SQL Server is Case-insensitive

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/5331067692

August 24, 2008, 04:54 PM
Endre Pekarik
SQL Server is Case-insensitive
Most SQL Servers are installed with the Case-insensitive setting. This causes the SQL Filter in Data Migrator to pick up records when two columns are compared and one of the column contains the same string as the other but with different case.
----
We can change the so called collation in SQL with the "Collate
SQL_Latin1_General_CP1_CS_AS" in the WHERE clause of the SQL statement. This changes the collation from Case Insensitive to Case Sensitive. This of course is an illegal entry in the Data Migrator Filter window. Has anyone changed Collation in Data Migrator when dealing with SQL Server?
thnx


...
August 27, 2008, 05:54 PM
BarbaraA
If the collate cannot be set with an ALTER TABLE then you can also use a DBMS SQL flow -

http://documentation.informationbuilders.com/masterinde...2/source/topic72.htm


I hope that helps.


WF Reporting Server 71x, 76x