1

I might be blind, but I don't see how to CREATE the script component. I'm not asking why do an asynchronous, how to work with it, etc. I just want to know how to add it to my package, or how to transform an already existing component into an asynchronous one!

I'm using VS2008 with MSSQL 2008 R2.

2 Answers 2

4

I found how :

  1. Go in the Script Transformation Editor
  2. Select "Inputs and Outputs" from the leftmost part of the screen.
  3. Select your Output.
  4. Set "SynchronousInputID" to "None".

Thanks to this site.

Sign up to request clarification or add additional context in comments.

Comments

1

Creating an Asynchronous Transformation with the Script Component

First bullet point under "Configuring Inputs, Outputs, and Output Columns"

Set the SynchronousInputID property of each output to zero to indicate that the output does not simply pass through data from an upstream component or transform it in place in the existing rows and columns. It is this setting that makes the outputs asynchronous to the input.

3 Comments

I already read that, but I don't see the "Click here to set it to asynchronous" part.
Yup, you should have your eyes examined ;)
Docs would be clearer if they say "set the property to None" instead of zero.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.