The transaction log can be configured to expand as needed. You set the possibility of automatic growth. However, when the transaction log becomes too large (running out of disk space) or makes the sql server unusable.
Backup transaction log. SQL will automatically disable inactive transactions
When restoring the transaction log will be reduced
To configure autoload:
- Right-click on the database in the management studio.
- Select Properties
- Update startup value
source share