Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
You can use the following steps to estimate the amount of space required to store data in a table:
Calculate the space required for the heap or clustered index following the instructions in Estimate the Size of a Heap or Estimate the Size of a Clustered Index.
For each nonclustered index, calculate the space required for it by following the instructions in Estimate the Size of a Nonclustered Index.
Add the values calculated in steps 1 and 2.
See Also
Concepts
Estimate the Size of a Clustered Index
Estimate the Size of a Nonclustered Index