Asynchronous Triggers in SQL Server 2005/2008

后端 未结 10 1019
-上瘾入骨i
-上瘾入骨i 2020-12-08 09:51

I have triggers that manipulate and insert a lot of data into a Change tracking table for audit purposes on every insert, update and delete.

This t

10条回答
  •  不思量自难忘°
    2020-12-08 10:07

    these articles show how to use service broker for async auditing and should be useful:

    Centralized Asynchronous Auditing with Service Broker

    Service Broker goodies: Cross Server Many to One (One to Many) scenario and How to troubleshoot it

提交回复
热议问题