Tag: full
Deleting large number of rows without filling the transaction log
Sometimes, when you try to delete a large number of rows from a table the transaction file may grow to the point that you will run out of disk space. In other occasions, when the transaction log growth is limited, the delete can fail with the following message:
The transaction log for database ‘database name’ is [...]
Posted: November 24th, 2008 under SQL Server.
Tags: delete, full, SQL Server, transaction log
Comments: 1
