how to deallocate the truncated table space
hi experts,
using lot intermediate table in sp, @ end of sp, table getting truncating.but pages still unallocated , unused , how unallocated space , add os drive.
because of above scenario, wasting lot of space. seeing lot of unallocated space.
pls guide me.
hello,
you can use command dbcc shrinkdatabase (transact-sql) release unused space, note: cause (high) index fragmentation , end in poor performance. if not low on disk space, don't shrink database (file):
olaf helper
[ blog] [ xing] [ mvp]
SQL Server > Getting started with SQL Server
Comments
Post a Comment