Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to miminize size of table?
Message
From
16/08/2001 12:12:45
 
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00544575
Message ID:
00544774
Views:
28
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
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform