Table size in Megabytes

  • Thread starter Thread starter Guest
  • Start date Start date
Dave said:
How can I find out how big a particular table is?

Import it into an empty database and see how big the file grows to be.
 
I don't believe there is a way to determine db objects' file size. The only
way I can think of is to create a new db, make a note of its size, import the
table in question and make a note of the new file size. Subtract the initial
file size from that and you have your answer.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top