A table "TABLEA" is very large. But the number of
rows is very small. It contains a column which contains XML data. The column type is Ntext.
Example:
sp_MStablespace 'TABLEA'
Rows DataSpaceUsed IndexSpaceUsed
1540 572552 328
Exporting all rows into an .txt file brings a file of only 720 KB.
I can confirm the table is 500 MB in size, 30 % of the database
What could be the reason for this ?
Kind regards,
Guru