SQL ServerAzure SQL 数据库 Azure SQL 托管实例 使用TransactionLog 事件类监视 SQL Server 实例中事务日志中的活动数据库引擎。 TransactionLog 事件类的数据列 数据列名称数据类型说明列 ID可筛选 ApplicationNamenvarchar创建到 SQL Server 实例连接的客户端应用程序的名称。 此列由应用程序传递的值填充,而不是由所...
Learn about the transaction log. Every SQL Server database records all transactions and database modifications that you need if there's a system failure.
log_reuse_wait 值log_reuse_wait_desc 值说明 0 NOTHING 当前有一个或多个可重复使用的虚拟日志文件 (VLF)。 1 CHECKPOINT 自上次日志截断之后,尚未生成检查点,或者日志头尚未跨虚拟日志文件 (VLF) 移动(所有恢复模式)。这是日志截断延迟的常见原因。 有关详细信息,请参阅数据库检查点 (SQL Server)。 2 LO...
这些是在 SQL Server 数据库引擎的两个或两个以上的数据库或实例之间分布的事务。 SQLTransaction 事件类 跟踪Transact-SQL BEGIN TRAN、COMMIT TRAN、SAVE TRAN 和 ROLLBACK TRAN 语句。 TM:Begin Tran Completed 事件类 指明已完成 BEGIN TRANSACTION 请求。 TM:Begin Tran Starting 事件类 指明正在启动 BEGIN ...
Applies to: SQL ServerEvery SQL Server database has a transaction log that records all transactions and the database modifications made by each transaction.The transaction log is a critical component of the database. If there's a system failure, you'll need that log to bring your database ...
Applies to:SQL Server Every SQL Server database has a transaction log that records all transactions and the database modifications made by each transaction. The transaction log is a critical component of the database. If there's a system failure, you need that log to bring your database back...
Applies to:SQL Server Every SQL Server database has a transaction log that records all transactions and the database modifications made by each transaction. The transaction log is a critical component of the database. If there's a system failure, you need that log to bring your database back...
Azure 门户下载 SQL Server 此主题的部分內容可能由机器或 AI 翻译。 消除警报 版本 搜索 SQL Server Docs 导航提示 先前版本 2005-2014 概述 什么是 SQL Server? 连接到数据库引擎 新增功能 版本和功能 发行说明 业务连续性 数据库设计 开发 内部机制和体系结构 ...
适用于:SQL Server 本文仅与使用完整恢复模式或大容量日志恢复模式的 SQL Server 数据库相关。 本文讨论备份 SQL Server 数据库的事务日志。 在创建任何日志备份之前,您必须至少创建一个完整备份。 然后,可以随时备份事务日志,除非已备份此日志。 建议经常执行日志备份,这样既可尽量减少丢失工作的风险,也可以截断事务日...
适用于:SQL Server 每个SQL Server 数据库都有事务日志,用于记录所有事务以及每个事务所做的数据库修改。 事务日志是数据库的一个关键组件。 如果发生系统故障,则需要该日志将数据库恢复到一致状态。 警告 永远不要删除或移动此日志,除非你完全了解执行此操作的后果。