Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to miminize size of table?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00544575
Message ID:
00545171
Views:
14
>OK, just out of curiousity, what is the largest ntext value that you have? You can use the DATALENGTH() return the amount of data in a column:
>
>SELECT DATALENGTH(textcolumn) FROM thetable
>
>Did you try running DBCC CHECKTABLE and DBCC CLEANTABLE?
>
>As a last resort, you may have to copy the text data out of the table, drop the column, and then copy it back in.
>
>-Mike

I think you're right. Something wrong with the table.
We have identical table with same amount of rows in another database and it's only 2.3GB size!
BTW, I can't find DBCC CLEANTABLE in MS SQL 7.0...
Thanks!
Giedrius
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform