Is there an easy way to compare the structure of two tables programmatically? I need to create a program that can compare two sets of tables and modify the structure of the tables in location A based on the structure of the tables in location B.
All tables to be compared/altered are free tables.
Each data location contains the same tables.
All tables need to be compared to a Master set of tables so as to identify any structural differences and then programmatically alter them so their structures are the same.
Thanks in advance for any help!
All tables to be compared/altered are free tables.
Each data location contains the same tables.
All tables need to be compared to a Master set of tables so as to identify any structural differences and then programmatically alter them so their structures are the same.
Thanks in advance for any help!