• use

    DBCC shrinkfile (filename, expected size in MB , notruncate)

    once this is completed then

    DBCC shrinkfile(filename, expected size in MB , truncateonly)

    This will do trick.

    [font="Verdana"]--www.sqlvillage.com[/size][/font]