How do I disable a trigger inside a stored procedure, perform some actions and re-enable the trigger afterwards. This is becuase you can't create a trigger within a stored proceudre. I can't drop and re-create the trigger within the stored procedure.