I have a database which size is 40GB, but only 1% is used, so i wanted to shrink this database to a smaller size.
i tried to shrink the database by using command as below:
DBCC SHRINKDATABASE (BizTalkDTADb)
but i got following error message:
page 1:5141919 could not be moved because the partition to which it belonged was dropped
is there anybody can tell me what's the problem and how to fix it ?
William