• As I understand, we need to run SHRINKFILE twice

    - First with "NOTRUNCATE" to reallocate spaces

    - Second with "TRUNCATEONLY" to reduce size

    Is it correct?

    And how to calculate "target_size" value of SHRINKFILE?

    Thanks