Estimate the size of a Table

  • Hi Experts,

    I have a table like below,

    CREATE TABLE Student

    (

    Id BIGINT not null

    ,Name NCHAR(20) not Null

    ,Branch NVARCHAR (64) null

    )

    The table contains : 100000 rows .

    Can you please help me in getting details of below

    1)Number of rows in a data page

    2)Total number of pages required for the table

    3)Total Table size in KB or MB

    4)Total file size in Kb or MB

    Thanks!

  • Please ignore this as created a new thread in SQL Server 2008 - General forum for the same.

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

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