I'm not very familiar with log shipping and I need to delete 70 million records from a table that contains 71 million records.
My issue is how will log shipping react if I do the following:
We have limited space for the logs. What will be logged and shipped?
Thanks
This should be fine - as long as you're not truncating the log, and just truncating the table, log shipping should keep up.
Truncates are logged, just logged efficiently (see https://dba.stackexchange.com/questions/55834/what-does-a-truncate-table-write-to-the-log-file-in-sql-server/55882). You will get logging for the million inserts, but this is probably about as efficient as you can get.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With