I am using SQL-Server 2005.
I have a dev and prod database that have essentially the same data in them. When I do a compare with RedGate SQL Data Compare 5, it says that only 4 records differ. However, when I open up the tables and view them, they are in a completely different sort order. Neither table has an index or anything forcing the sort order, and I'm trying to make sure my dev is sorted in the same order as prod. But RedGate won't tell me when I'm close, because it is apparently finding records that match, even if they aren't in the same sort order. How do I override that?
I'd like to use the tool to tell when I've figured out the sort order, to make sure I have it right.