Does anyone know to avoid bloating transactionlogs while creating an index?
My problem: I have a script that creates a lot of Indexes. While running this script, my transactionlog doesn't stop growing. Is there a way, how to reduce logging while creating an index?
Regards