• Have alook at using the DBCC ShrinkFile statement, rather that trying to shrink the entire database with a wizard. DBCC ShrinkFile works on a size parameter, rather than a a post shrink percentage of free space, so is both easier for yourself, and more efficient for sql server.