Transaction
-
Sunday, November 18, 2012 1:13 PMHi what is transaction ...how to use transactions in ssis level.and how to roll back components..
N.suresh
All Replies
-
Sunday, November 18, 2012 1:56 PMModerator
Google
SSIS transactions: http://microsoft-ssis.blogspot.com/2011/01/ssis-transactions.html
TSQL transactions in SSIS: http://microsoft-ssis.blogspot.com/2011/09/ssis-transactions-with-tsql.htmlPlease mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com | Twitter
- Proposed As Answer by Rama UdayaMicrosoft Community Contributor Sunday, November 18, 2012 8:48 PM
-
Tuesday, November 20, 2012 7:58 AMModerator
Hi suresh,
Packages use transactions to bind the database actions that tasks perform into atomic units, and by doing this maintain data integrity. All Microsoft Integration Services container types—packages, the For Loop, Foreach Loop, and Sequence containers, and the task hosts that encapsulate each task—can be configured to use transactions. Integration Services provides three options for configuring transactions: NotSupported, Supported, and Required. Please see: http://msdn.microsoft.com/en-us/library/ms137690.aspx
For more information about how to use Transactions in SQL Server Integration Services, please see: http://www.mssqltips.com/sqlservertip/1585/how-to-use-transactions-in-sql-server-integration-services-ssis/
Thanks,
EileenEileen Zhao
TechNet Community Support
- Marked As Answer by Eileen ZhaoMicrosoft Contingent Staff, Moderator Monday, November 26, 2012 3:24 AM


