To calculate the storage requirements for a text/image column the BOL
states:
The text chains that store text and image data have 112 bytes of overhead
per page.
Use the following formula to calculate the number of text chain pages that a
particular entry will use:
Data length / 1800 = Number of 2K pages
The result should be rounded up in all cases; for example, a data length of
1800 bytes requires two 2K pages.
Considering a page is 2048 bytes where do the other 248 bytes (or 136 bytes)
go?
Richard.
Polymorphic.
UK.