Click here to Skip to main content
15,884,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

Explaining the below Scenario.

I have a select query in the SSIS Package.

Ex:

SQL
Select distinct from Entity_id_dim_table where ID='?'


I want the ID to be picked up from the .txt file(from local drive) and id value need to mapped to the where clause ('?')place.

Query is present in the data flow task of the SSIS Package.

Depending on the ID value , it should retrieve the value.

How to achieve using the SSIS package ? parameter concept ? how to resolve the issue?

Please let me know as early as possible.

Thanks in advance.
Sandeep

What I have tried:

Hi

Explaining the below Scenario.

I have a select query in the SSIS Package.

Ex:

Select distinct from Entity_id_dim_table where ID='?'

I want the ID to be picked up from the .txt file(from local drive) and id value need to mapped to the where clause ('?')place.

Query is present in the data flow task of the SSIS Package.

Depending on the ID value , it should retrieve the value.

How to achieve using the SSIS package ? parameter concept ? how to resolve the issue?

Please let me know as early as possible.

Thanks in advance.
Sandeep
Posted
Updated 5-Apr-16 12:02pm
v2
Comments
sandeep pai 5-Apr-16 9:04am    
Can anyone Update the solution for the same ?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900