I have read a few times that people have asked this question but it always seems to degress into a simple question of "WHY WOULD YOU WANT THIS INFORMATION?" I have a valid reason.
I am trying to find out how large each table in my database is so that I can decide how to split the back end tables into multiple backend tables.
Summary of my issue:
I have a frontend and backend table set in access 97. The backend table set is 938mg large (all data that can be removed has already been archived) so you see that I am coming right up on the 1gb limit that access 97 has implemented. I am trying to access which tables (close to 600 tables at this point) are the largest so that I can account for that when I go to split my backend table into multiple backend tables. (yes I know this needs to be SQL Server, but I can't get the money ok'd to spring for SQL Server, so I am stuck with what I have licenses for, thus 97 and not newer as well)
Any ideas? Short of opening each table and taking the record count.
Thanks for anybodies help, and if I left anything out feel free to ask.
I am trying to find out how large each table in my database is so that I can decide how to split the back end tables into multiple backend tables.
Summary of my issue:
I have a frontend and backend table set in access 97. The backend table set is 938mg large (all data that can be removed has already been archived) so you see that I am coming right up on the 1gb limit that access 97 has implemented. I am trying to access which tables (close to 600 tables at this point) are the largest so that I can account for that when I go to split my backend table into multiple backend tables. (yes I know this needs to be SQL Server, but I can't get the money ok'd to spring for SQL Server, so I am stuck with what I have licenses for, thus 97 and not newer as well)
Any ideas? Short of opening each table and taking the record count.
Thanks for anybodies help, and if I left anything out feel free to ask.