Hi,
I have two identical databases - that i want to merge into one - what i need is a sql query that will look at all fields in a table and compare them against the same field in the other database and tell me the fields that have diffences - so it would be like - where table1.field1 <> table2.field1 or table1.field2 <> table2.field2
But in a quicker more slick fashion
I have two identical databases - that i want to merge into one - what i need is a sql query that will look at all fields in a table and compare them against the same field in the other database and tell me the fields that have diffences - so it would be like - where table1.field1 <> table2.field1 or table1.field2 <> table2.field2
But in a quicker more slick fashion