quietstormtw
Programmer
Hi all,
I am looking to perform a comparison row count. I will take a count of all records in 20 different databases today. Next week, I would to perform the same fucntion.
My adminstrators inform me that our all_table & all_indexes tables are only analyazed once a week, which will not provided an accurate count when I need to run my SQL.
Since I have to utlize the Select Count(*) From 20 Tables...I am in need all some serious aid in getting the table names and num_rows added into the same query.
Can this be done w/o having to create 20 different queries?
Thanks in advance!!
I am looking to perform a comparison row count. I will take a count of all records in 20 different databases today. Next week, I would to perform the same fucntion.
My adminstrators inform me that our all_table & all_indexes tables are only analyazed once a week, which will not provided an accurate count when I need to run my SQL.
Since I have to utlize the Select Count(*) From 20 Tables...I am in need all some serious aid in getting the table names and num_rows added into the same query.
Can this be done w/o having to create 20 different queries?
Thanks in advance!!