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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:44:57+00:00 2026-05-25T15:44:57+00:00

I am converting a DTS update lookup to an SSIS lookup with an update

  • 0

I am converting a DTS update lookup to an SSIS lookup with an update query. So far it doesn’t seem to work.

OLD DTS ACTIVE X CODE:

value = DTSLookups(“apple”).Execute(DTSSource(“ID2”))

SQL Query in DTS:

UPDATE TABLE1 SET STAMP=”TEST” WHERE (ID = ?)

In SSIS:

Create a lookup, use same above query, and I get an error if I click on column: “Parameter information cannot be derived from SQL statements. Set parameter information before preparing command”

IS there anyway to accomplish this in SSIS with a lookup? Or is there a better way?

  • 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-25T15:44:58+00:00Added an answer on May 25, 2026 at 3:44 pm

    Old way

    To perform updates in SSIS, you will want to look at the OLE DB transformation as it will allow you to do the update as expected.

    Better way

    You however don’t want to use OLE DB transformation as it will fire off singleton update statements for every bloody row flowing through a dataflow and your performance will be abysmal. Instead, for all the rows needed updated, use a conditional split and redirect them into a staging table. After the dataflow, wire up an execute SQL task to perform a mass update of all the rows that need to be fixed. Your database will thank you. Andy Leonard is a great resource to start with, here’s an article he did that describes his incremental load pattern

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

Sidebar

Related Questions

While converting an old code, I encountered the following problem. Given an HTML string,
I'm looking for tutorials or walkthroughs for converting DTS packages into the new SSIS
I am converting absolute file-system path to relative path using following code. public static
Converting an old vs2003 project to vs2010, and I've stumbled on one error: cannot
Converting text from input file to morse code then placing results in an output
While converting a project that used SlimDX, and therefore has unmanaged code, to .NET
IN converting over a legacy application we need to convert named query to nhibernate.
I´m converting a Linux Logger to work in windows. The logger prints with snprintf.
Im converting code from VBA into c# and it is all about creating looong
Currently converting an old asp.net web forms page into a asp.net mvc version, and

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.