|
|
Archives of the TeradataForum
Message Posted: Fri, 02 Jul 2005 @ 01:10:26 GMT
Subj: | | Re: Indexes and column order - does it make a difference? |
|
From: | | Andrew Schroter |
In the past, I've written a stored procedure that dynamically creates a volatile table containing a list of tables to have row counts performed
on, then using cursors and dynamic SQL to get row count and tablesize info, also outputting the data to a persistent table so one can track table
growth rates, both in rows and actual bytes.
AGS
| |