Tag Archives: Data integrity

Manage Transactions in SSIS


Transaction is used to maintain data integrity. We have options to create a transaction and manage in Database management system. In the same manner , we can manage transactions in SSIS by using TransactionOption property. This property is available in packages, For Loop, Foreach … Continue reading

Posted in SSIS | Tagged , , , , , , , , , | Leave a comment