Hi,
I've a SQL Server db in simple recovery model and I've executed a stored procedure. I've notice that the transaction log grows rapidly and when the disk is full the sp execution dumps with this error: Msg 9002, Level 17, State 4, Procedure sp_xxxxxx, Line
16
The transaction log for database 'my_dwh' is full due to 'ACTIVE_TRANSACTION'.
I'm not waiting for a such error for a db with a simple recovery model. The db is created by a SQL Server 2008 db backup.
How can I solve this issue? Thanks