How do I increase the size of the transaction log? Is is also possible to temporarily increase the transaction log?
Let's say I have the following scenario. I have a Delete operation that's too big for the current transaction log. I wan't to:
- Increase the transaction log (can I detect the current size?, can I tell how large I need the transaction log to be for my operation?)
- (Perform my operation)
- Backup the transaction log
- Restore the size of the transaction log.