Why doesn't my DestinationDB's table triggers get fired when I run my SSIS packages?
My triggers do very simple things: assign CreatedDate and ModifiedDate when an Insert/Update occurs in the table.
My SSIS packages don't turn off triggers -- at least I didn't specify them to.
Do I have to specifically specify CreatedDate=GetDate() in my update scripts?
Or is there a better way?