I've found that occasionally when promoting changes of Repository Table definitions from the Development to other environments (e.g. Test and Production) DI Studio makes mistakes and keep some of the old columns that been removed or renamed. If these mistakes are detected and corrected then promoted jobs can generate incorrect code that always produces errors or warnings. Using Proc Contents (or querying Dictionary tables) I can see what the actual columns in a table are, and manually correct the mistakes.
What I would like though is a way to (semi-) automatically compare the metadata table definitions with the actual structures found in the database.
Has anybody done this kind of comparison?