Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

How will you estimate the space required by a non-clustered tables?

3 like 0 dislike
Hello guys,

How will you estimate the space required by a non-clustered tables?

Please give me your feedback........

Thanks in advance..........
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
Calculate the total header size
Calculate the available dataspace per data block
Calculate the combined column lengths of the average row
Calculate the total average row size.
Calculate the average number rows that can fit in a block
Calculate the number of blocks and bytes required for the table.
After arriving the calculation, add 10 % additional space to calculate the initial extent size for a working table.
answered 1 year ago by marck_don (191,010 points)

Related questions

8 like 0 dislike
1 answer
5 like 0 dislike
1 answer
3 like 0 dislike
1 answer