Getting object sizes in a database

  • o knowledgable ones...

    I have a extremely large database and would like to know the easiest and most informative way of retrieving all objects and their sizes on a given database. I would especially be interested in tables and how many rows/how large each one is.

    thanks in advance

  • You can use Enterprise Manager.

    Select the Database->View->Taskpad. Then on the Right plane Click on Table Info

    You can use sp_spaceused procedure to do one object at a time.

    Thanks

    Sreejith

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply