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

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

BIT Version

How to calculate the delta size while diffing the files in TeamFoundationServer ?