Is there a way to disable a trigger to allow a OLE DB Command to call a stored procedure then enable the trigger after that?
I would like to do this within the SSIS package because I need to pass some data in the data flow to the stored procedure.
Is there a way to disable a trigger to allow a OLE DB Command to call a stored procedure then enable the trigger after that?
I would like to do this within the SSIS package because I need to pass some data in the data flow to the stored procedure.