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 3228296
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:40:31+00:00 2026-05-17T16:40:31+00:00

I have a SSIS package with a task to load an out-of-process application to

  • 0

I have a SSIS package with a task to load an out-of-process application to bulk-insert data into one table. The problem is that multiple out-of-process applications will run when multiple files arrive at the same time. This will result in insertion failure.

Can SQL Server Broker Service queue the inserting data? Does SQL Server or SSIS have any mechanism to handle the concurrent reliable insertion?

I use SSIS’ Execute Process Task to execute a bulk insert LINQ to SQL console application

Thanks.

  • 1 1 Answer
  • 0 Views
  • 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-17T16:40:32+00:00Added an answer on May 17, 2026 at 4:40 pm

    It sounds like you’re getting the timeout issues because the first run of the SSIS package is locking the table and all other running copies of the package are waiting for the lock to be released.

    There are a couple of things you can do to confirm this. First, in SQL Server Management Studio (SSMS), open a query window and when the situation is occurring execute the command EXEC sp_who2. You will see a BlkBy column in the results. The column contains the SPID value that is blocking the selected process. You’ll probably see that one instance of your package is blocking all other packages.

    In the SSIS designer, in the Data Flow task, edit the Destination component. There’s a Table Lock checkbox. It is probably checked, which tells the process to lock the table until the data load is complete.

    You have a couple of options to address this. First, is it important that one SSIS package must complete loading data before another one can start? If the answer is No, then you can uncheck the Table Lock option in the Destination component. This will allow SQL Server to manage the simultaneous data loads.

    If you must let one package complete before other packages can run, then you may want to create an SSIS task that checks to see if the table is available for loading. If the table is being loaded, then stop the SSIS package and recheck later. You could even handle this in your console app.

    SQL Server doesn’t have any built-in ways to do this and the Broker Service sounds like it’s more work than you need.

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

Sidebar

Related Questions

I have simple SSIS package which reads data from flat file and insert into
I have a very basic SSIS package with one data flow task (from an
I have simple SSIS package where I import data from flat file into SQL
I have a SSIS package which exports data from a query into a flat
I have an SSIS package that exports data from a table on a SQL
I have the following Data Flow task in my SSIS package: alt text http://img228.imageshack.us/img228/358/ssis1.png
I created SSIS package. I have a Data Flow Task in here, where I
I have inherited a SSIS package which contains a bulk import task. The bulk
I have an SSIS package that queries data from a view using an SQL
I have an SSIS exportation package that is used to export data from an

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.