Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 231677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:57:11+00:00 2026-05-11T19:57:11+00:00

I am wondering how SSIS deals with transactions with large data sets. I have

  • 0

I am wondering how SSIS deals with transactions with large data sets. I have a ‘large’ data set of about 150,000 rows, each of which needs to be validated against business rules as part of an ETL from a staging database to the live database.

If any of the records fail their business rules, no records should end up in the live database (i.e. rollback the transaction).

My question is how SSIS handles large transactions – or can it? Will it handle entering 149,999 records then roll the whole lot back if the last record fails its busiless rules? Or is there a better best-practice for performing this type of large data transfer operation?

My current thinking is to process each record within a sequence container at the control flow level, with the transcation settings enabled on the container. All validations will be done within the sequence container, and the insert will also be done in this container.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:57:12+00:00Added an answer on May 11, 2026 at 7:57 pm

    SSIS can handle transactions reasonably well. Where it falls down is having transactions against multiple DBs or servers using MSDTC (still works, but there’s some caveats).

    You can set the TransactionOption on the Data Flow task to be Required. This will force SSIS to enroll it into a transaction. Likewise, you can put the TransactionOption of other tasks to be NotSupported (e.g. update status table to fail if it fails).

    You can’t actually process each record within a sequence container (unless you loop over a data flow task multiple times which probably not the best way). Instead, I’d put the Data Flow to transactionoption required, and then it should fail the task if any records fail in your data flow and rollback the whole transaction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a csv file with 350,000 rows, each row has about 150 columns.
I have an SSIS package set up to export data from a SQL Server
I have been looking at several deployment strategies for SSIS and wondering which one
Wondering if someone could help me. I have next to no knowledge with Ajax,
I have a [SQL 2008] SSIS package that takes a CSV text file and
Wondering, if possible, how I would go about sorting entities from an NSSet by
Here's my scenario - I have an SSIS job that depends on another prior
Wondering if there is any php script out there which takes an sql db
Wondering if anyone has seen this before. We have a sharepoint site we maintain
Wondering what are the views on this We have a CI server that runs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.