Hi,
Probably a simple answer to this one, but I can't locate the correct tool to do this task, so any help would be much appreciated.
We have an existing data connection in SQL, which pulls all of our data (SQL table is called fact_invoice). We are having a new sales system implemented imminently. The data is also going to be put into the same SQL database (the new table will be called fact_invoice_New).
The part I'm struggling with is to audit the fields, their format and length, to make sure they are all consistent between the 2 tables, in case some are missing or have different headings.
I have about 50 of these tables to do, so need a way to repeat it.
I want to flag the differences, so i can alert the IT team of mismatches.
Thanks.