Hi pple,<br />I have this tables with 1.2 million records and it's 16gb in size.The same table in another database is 500MB and it has 4.7 million records.Field sizes are the same.<br />What could be the problem><img src='/community/emoticons/emotion-4.gif' alt=';p' />lease Help.
Are there any TEXT/NTEXT or IMAGE columns? Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided �AS IS� with no rights for the sake of knowledge sharing.
What is the size of Transaction log for that database? Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided �AS IS� with no rights for the sake of knowledge sharing.
The transaction is indeed very small.It's 64MB. JoeChang I am yet to get the details of sp_spaceused cheers
.. for optimum results run as SP_SPACEUSED @UPDATEUSAGE='TRUE. Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided �AS IS� with no rights for the sake of knowledge sharing.
You can use DBCC SHRINKFILE to do so, but before that think twice. Do you have any disk space issues? Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided �AS IS� with no rights for the sake of knowledge sharing.