Context:
We're using microsoft sync framework in our project.
Sync creates triggers AFTER INSERT, DELETE, UPDATE triggers for tables that are provisioned to sync. the framework also creates tracking tables, that get updated by these triggers, so it can successfully keep database in sync with each other, when a sync is performed.
The issue:
We have a customer, whom is managing to insert data into one of these tables that contain these triggers, but the information isn't making it into the corresponding tracking table via the trigger.
The Question:
Are there any ways to insert data into a table, that would circumvent the firing of an AFTER INSERT trigger?
Aucun commentaire:
Enregistrer un commentaire