Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: DBCC SHRINKFILE EMPTYFILE

    Run this before running DBCC Shrinkfile/Emptyfile, open a SSMS window:

    select getdate()

    dbcc showfilestats

    This will give you a baseline of how many extents (8 x 8Kb pages) there are in each file...

Viewing post 1 (of 1 total)