I want to use a SQL Server Native Transaction in a package. I have a "data flow" that has an OLE DB Command that DELETES some data and it connects to another OLE DB command that INSERTS some data. I'd like both of those to be in a SQL Server Transaction. I understand how to create transactions in the "control flow", but I can't seem to figure out how to do it in the "data flow".
Thanks!