backup your transaction

Sql Server Backup Transaction Log

The transaction log is a critical component of any SQL Server database. The log records all changes made to the database, which can be used to restore the database to a previous point in time.

The transaction log is a physical file that resides on the same disk as the database. The log file is automatically created when the database is first created. The size of the log file is determined by the size of the database.

The transaction log …