This is a clustered index with a fillfactor set at 90.
I'm running the following in QA
DBCC DBREINDEX (MYDB.DBO.TABLE', PK_TABLE, 1)
Running the DBCC REINDEX in Qa, the mdf file has grown 10 gb and still growing, the ldf has grown 12 gb and is still growing.
Is there another way to do this that doesn't consume so much disk space?