I have a database that is regenerated daily from an external source, so I don't care about backing it up. The transaction log can grow to several gb as it is wiped and updated every day with new data.
I tried limiting the size but I started getting The transaction log for database 'myDB' is full due to 'ACTIVE_TRANSACTION'
I tried setting it to SIMPLE, but the same error as above.
What can I do to ensure it doesn't break and it doesn't take up space?