Viewing 6 posts - 1 through 6 (of 6 total)
It is one of the DBCC Commands of SQL Server. When our DB became suspect it was recommended by Microsoft support to call this command for recovery purpose. But what...
June 27, 2005 at 11:06 am
Thank you, it may help to delete the image column and rebuild it. I found also that if I copy all the contents of the table to a new table,...
May 17, 2004 at 11:00 am
Do you have image type fields in your database? Or space/allocation problem was with regular fields?
a_k_
May 14, 2004 at 4:18 pm
Thank you for your help. I tried both methods, no one removes unused space created by fragmentation of the image fields. After each attempt I run 'sp_spaceused' with 'updateusage' option...
May 14, 2004 at 4:07 pm
We have SQL Server 2000. Does MS have new reallocation options for 2k?
a_k_
May 13, 2004 at 5:32 pm
Image data type stored differently then normal data. They stored "outside a data row. The data row contains only a 16-byte text pointer that points to the root node of...
May 13, 2004 at 11:00 am
Viewing 6 posts - 1 through 6 (of 6 total)