Bug in SQL Data Compare 5.3.0.68?
darrenweiner
Posts: 9
data compare is very clearly not comparing case differences when the Ignore case is unchecked. Is this a known bug?
Comments
It doesn't affect how data is compared.
If you have case-insensitive databases and you wish to perform a case-sensitive comparison then the Force Binary Collation option would be better suited. This has been enhanced in Data Compare v6.0 to perform a case-sensitive comparison of data (in v5.3 it only deals with the comparison keys).
Hope this helps
Regards
Chris
Test Engineer
Red Gate
A workaround exists for SQL Compare 5 whereby you effectively alter the collation of your table prior to the comparison, and change it back afterwards (or leave it as it is). This is detailed at:
http://www.red-gate.com/MessageBoard/viewtopic.php?t=3775
David Atkinson
Red Gate Software
Product Manager
Redgate Software