Sunday, January 16, 2011

How do I minimize transaction log growth when copying data into SqlServer?

I've written a small app to periodically query, sanitize, and insert a legacy database's data into SqlServer. There are about 3M records and, if I make the polling widow pretty small, I can imagine the transaction log getting pretty big. How can I minimize its growth during these "copy" operations?

0 comments:

Post a Comment