Average row length

  • I have to estimate database size. In oracle I have avg_row_length COLUMN in ALL_TABLES view which when multipled by number of rows gives me approx size. How can I find the similar system table/view in sql server

  • svakka (9/25/2012)


    I have to estimate database size. In oracle I have avg_row_length COLUMN in ALL_TABLES view which when multipled by number of rows gives me approx size. How can I find the similar system table/view in sql server

    What about indexes and statistics?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
    "Change is inevitable... change for the better is not".

    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)
    Intro to Tally Tables and Functions

  • I am approx adding 2% of the total. Unfortunately, I don't have access to some of statistics procedures and system tables

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

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