We are trying to find out the difference between tables in CUSTOMER database and CUSTOMER_coded database.
The goal is to find out if there are any columns missing in each table of CUSTOMER_coded database.
Can you please help me? We need the list of tables in CUSTOMER_coded database that misses some column compare to its peer in CUSTOMER database (list of columns being missing also).
I googled, but I get only all the columns in tables of database.
I need missing columns of all the tables when we compare these 2 databases( CUSTOMER and CUSTOMER_coded databases).
Thanks in advance.