I have a job that runs and inserts millions and millions of records in tables and even if I run a "shrink database" before running the job I still get this message :
Executed as user: BLC\srvcconsqlexec. The transaction log for database 'TheDatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases [SQLSTATE 42000] (Error 9002). The step failed.
How do I increase the transaction log so it can all work?
Partager