Hello,
Does anyone know how to get a trigger to fire while you are uploading multiple records into a SQL Server 2005 Express DB using the DTS Wizard?
On insert of a person's record I want the trigger to find their id# from another table and update their information accordingly.
I have the trigger built, but it will not fire when I use the DTS Wizard.
Please help. Thanks.
Does anyone know how to get a trigger to fire while you are uploading multiple records into a SQL Server 2005 Express DB using the DTS Wizard?
On insert of a person's record I want the trigger to find their id# from another table and update their information accordingly.
I have the trigger built, but it will not fire when I use the DTS Wizard.
Please help. Thanks.
Comment