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.
我用 C# 创建了 PC 审计应用程序。在 SQL Server Management Studio 中,我创建了数据库 Audit。在审计数据库中,我们有 4 个表名称,分别是计算机、磁盘驱动器、内存、软件、用户。我想为所有 4 个表创建更新触发器。
触发器不能延迟。它们同步运行,因为如果失败,它们必须中止整个事务。
您必须使用SQL Server 代理来安排 SQL 任务。