for some odd reason, i can not get this file to shrink. this is currently what im doing:ALTER DATABASE CONSUMER SET RECOVERY SIMPLEGOALTER DATABASE CONSUMER SET RECOVERY FULLGOEXEC	dba.[dbo].[isp_Backup]		@path = N'\\n8800\mssql\BACKUPS\DBSERVER02',		@dbType = '-CONSUMER',		@bkpType = N'FULL',		@retention = 30,		@bkpSwType = N'NC'GOCheckpoint GODBCC SHRINKFILE ('CONSUMER_201306_04',100000,Truncateonly)goALTER DATABASE CONSUMER SET RECOVERY SIMPLEall other files (1,2,3,5) shrink fine, but this one has about twice as much space as it needs, and i cant shrink it. any ideas?