HI ALL:
I have a database which has free space around 50%,
I use dbcc shrinkdatabase('testing',10,truncateonly) , it takes no effect:
when I use dbcc shrinkdatabase('testing',10) it works..
I am using SQL 2005. why dbcc with truncate takes no effect ?