In ssis transfer sql server object task if i set copy triggers option to "true" does it execute triggers while data is being copied or it only creates trigger after data copy is done and no trigger execution happens while data is being transferred?
In ssis transfer sql server object task if i set copy triggers option to "true" does it execute triggers while data is being copied or it only creates trigger after data copy is done and no trigger execution happens while data is being transferred?
All DDL / objects incl. trigger are transferred & created first, before it copy data.
The trigger don't fire when you use a BULK INSERT.
Hi @SQLServerBro,
No trigger execution will happen while data is being transferred.
I tested with a trigger of insert and update.
After the task completed, the trigger did not execute.
You may do a simple test in your environment for a try.
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October
14 people are following this question.