Viewing post 1 (of 1 total)
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...
January 9, 2013 at 5:03 pm
#1575509