About 12,500,000 results
Open links in new tab
  1. Back up a transaction log - SQL Server | Microsoft Learn

    Sep 4, 2024 · This article describes how to back up a transaction log in SQL Server by using SQL Server Management Studio, Transact-SQL, or PowerShell.

  2. SQL Server BACKUP LOG command

    Apr 29, 2025 · The BACKUP LOG command gives you many options for creating transaction log backups. Following are different examples. Create a simple SQL Server transaction log …

  3. SQL Server Transaction Log Backup, Truncate and Shrink Operations

    Apr 16, 2019 · In this article, we will cover SQL Server Transaction log backups, truncate and shrink operations with an overview and examples covering everything discussed.

  4. SQL Server Transaction Log Backup

    A transaction log backup contains a transaction log of a database. Use the BACKUP LOG statement to back up the transaction logs. Use the RESTORE LOG to recover the database …

  5. TRANSACTION LOG Backups in SQL Server Step by Step Tutorial …

    A transaction log (T-log) backup is the most granular backup type in SQL Server because it backs up the transaction log which only contains the modifications made to the SQL Server database …

  6. sql server - Get last full backup and transaction log backup for …

    Jan 14, 2015 · How to write script or a query that will display the last full backup and the last log backup for each database on each of the production servers using the system table …

  7. Transaction log backups - SQL Server | Microsoft Learn

    Jul 8, 2024 · This article is relevant only for SQL Server databases that are using the full or bulk-logged recovery models. This article discusses backing up the transaction log of a SQL Server …

  8. SQL Server Transaction Log Backups

    Apr 29, 2025 · A transaction log backup can be completed either using T-SQL or by using SSMS. The following examples show you how to create a transaction log backup. Create SQL Server …

  9. Smart Transaction log backup, monitoring and diagnostics with SQL ...

    Mar 23, 2019 · In this blog post we will go deep into a new DMF sys.dm_db_log_stats which we released in SQL Server 2017 CTP 2.1 that will enable DBAs and SQL Server community to …

  10. Transaction Log Backup - Sql Server Backup Academy

    Nov 23, 2015 · Use the following T-SQL command to make transaction log backup: In order to create transaction log backup with SQL Server Management Studio (SSMS) right-click on the …