|
|
Archives of the TeradataForum
Message Posted: Wed, 04 Oct 2006 @ 13:14:17 GMT
Subj: | | Re: Comparing tables structure |
|
From: | | Bagare, Vinay |
If you are trying to use the same box, I would start w/ DBC.Tables, DBC.Columns, DBC.Indices to start with.
If you want to compare on different boxes, you will need to FEXP information from target server (above views) and MLOAD it into a database
table on source server (I am assuming that you will have structures similar to DBC.Tables, DBC.Columns, etc created on the source server.)
W/t this you can pretty much do comparison of the information on the same server. I have actually developed one utility.
Thanks,
Vinay Bagare
| |