Out tables and Columns that are mismatched
CurtisS
Posts: 4 Bronze 1
Is there a way to output just the tables with the columns that are mismatched. Basically I want something like below, just the information in some format:
Mismatched Tables
TableA - ColumnName16, ColumnName22, ColumnName23
TableB - ColumnName1
TableC - ColumnName8, ColumnName9
don't need to know what is wrong, just need to show that which columns in the table have mismatches. It will be handed off to another team to investigate.
Mismatched Tables
TableA - ColumnName16, ColumnName22, ColumnName23
TableB - ColumnName1
TableC - ColumnName8, ColumnName9
don't need to know what is wrong, just need to show that which columns in the table have mismatches. It will be handed off to another team to investigate.
Comments
Are you saying in your sample above that you'd like to see a list of all the columns in the table that have any differences in their data? Thinking of other cases, what would expect to see when there was added or removed rows, would you expect to see all columns listed?
Redgate Software