Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

SSIS 2008 Rebuild Index Task increasing Log Size

$
0
0

I am testing SSIS 2008 Rebuild Index Task on a single database (db1). I shrank thedb1's log file to initial size. I also checked the box Sort results in tempdb on the SSIS package.

However, when I run the package, db1's log file size increased about 55 times the original size.

When I run a rebuild of all the index on db1 with (sort_in_tempdb=ON) ; there was only a slight increase in the log file size ( did not even double the initial size).

Is this a SSIS bug? The check box is not actually sorting in tempdb?


Viewing all articles
Browse latest Browse all 12963

Trending Articles