Hello
we have one table where we were storing 3 images. Every 5 min we delete all these 3 images and add new 3 images.
datatype was set to varbinary(MAX). At any moment there are only 3 images in table which could not be more then 2 mb.
But after few months when we saw the storage size of the table, it shows 1.4gb !!!
Even after deleting rows, May be it keeps something in storage.
We emptied entire table and there is no single file/row within table but still it shows 1.4gb file size.
We did use DBCC SHRINKDB / DBCC SHRINKFILE, but it did not make any difference.
We did use Rebuild Index, but still did not decrease size.
Pls help me how can i decrease the size of file.
Thanx