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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:34:58+00:00 2026-05-12T19:34:58+00:00

I have a problem using the SSIS. I try to import data from database

  • 0

I have a problem using the SSIS. I try to import data from database one to database two. Therefore I use a OLE DB Source with the following command:

SELECT Name, Description, JobID
FROM   DBone.Table

My problem is, that I only want to import new data from this source. So I use a second OLE DB Source withe the following command:

SELECT JobID
FROM   DBtwo.Table

Now I want to import only the data from database one, where the JobID is not in database two. So my idea was to use a Merge Join for the two data sources, so that my data looks like this.

Name | Description    | DBone.JobID | DBtwo.JobID
-----------------------------------------------
'One'| 'Little test.' |      4      |     4    
'Two'| 'Little test.' |      6      |    NULL    

So I have the possibility to identify new data, because the column DBtwo.JobID is NULL.

Now my question: How do I say SSIS to import only the data into database two where the DBtwo.JobID is NULL or to delete this data before import?

  • 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-12T19:34:58+00:00Added an answer on May 12, 2026 at 7:34 pm

    I think I can answer my question by myself, because I find a way to filter the data.

    After I merged the two tables using the Merge Join Component I added a Script Component. In this component I set the ExclusionGroup for the output from 0 to 1 and added the follwing code to the script:

    If Row.JobID_IsNull Then
    
       Row.DirectRowToOutput0()
    
    End If
    

    So the Script Component filters the data.

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

Sidebar

Related Questions

We're about to make data transformation from one system to another using SSIS. We
I have an SSIS package that takes data from Tables in an SQL database
I have the following problem in my Data Structures and Problem Solving using Java
I have a problem with the following Linq query using Entity Framework: from o
I have a problem with binding data using BindingSource, typed dataset and DataGridView. My
I have a problem. I am coding using VS2008. I am calling webservices from
I'm trying to import a spreadsheet to our database using SSIS. For some reason
I’m using SSIS to synchronize data between two databases. I’ve used SSIS and DTS
I have a problem using php rename function. If I use the following syntax
I have a problem using the Java search function in Eclipse on a particular

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.