1.

How Will You Estimate The Space Required By A Non-clustered Tables?

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.

After arriving the calculation, add 10 % additional space to calculate the initial extent size for a working table.



Discussion

No Comment Found