We are revising our data structure from 15 tables with 255 columns each to 1 (or possibly 5) tables with 6 columns each. Pivoting all this data -- or actually, UNpivoting -- is creating a lot of rows and therefore a lot of transactions. On a couple of occasions we filled up the transaction log.
Question:
In my conversion script, would using BEGIN TRANS / COMMIT around each of the INSERT / UPDATE statements have any effect on the Transaction Log?
Do you know where I could find this subject referenced?
Thanks!
Question:
In my conversion script, would using BEGIN TRANS / COMMIT around each of the INSERT / UPDATE statements have any effect on the Transaction Log?
Do you know where I could find this subject referenced?
Thanks!