• Normally you shouldn't shrink.

    http://www.karaszi.com/SQLServer/info_dont_shrink.asp

    If you have decided then decide the target size based on how much space you want to leave in mdf file after shrink operation is done. For example if your db is 10GB used up then leave 2-3GB for future expansion and set the target size to 12000.

    MJ