Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的理解是,当触发器失败时,整个事务都会回滚。假设这是正确的,SQL Server 会在任何地方记录这些故障吗?
他们会记录在 .ldf 文件中吗?还是只有成功的交易记录在那里?
在我的开发环境中,我能够使用ApexSQL事务日志阅读器检索中止的事务。