![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am new to DTS packages. I have to extract data from SQL Server Database and store it in CSV files. In addition to that I need to extract a few columns as Lookup Data from the Oracle Database also to the same CSV file. Is this possible to have Lookup from a different Source Database? Awaiting reply RJ |
#3
| |||
| |||
|
|
From X_NETWORK Where SZNETWORK = ? ( ? is VARCHAR from SQL SERVER) |
|
From X_NETWORK Where (SZNETWORK LIKE '%'+?) |
#4
| |||
| |||
|
|
Thanx for the reply Allan. I was able to perform Lookup and get values from Oracle Db. But there's a small problem When my Lookup Query Looks like this, it runs successfully. Select SZNETWORK ( SZNETWORK is CHAR ) From X_NETWORK Where SZNETWORK = ? ( ? is VARCHAR from SQL SERVER) But I want to add a 'Like' So when my Query looks like this Select SZNETWORK From X_NETWORK Where (SZNETWORK LIKE '%'+?) It fails. Would appreciate ur help. Thanx oichi |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |