Viewing 8 posts - 16 through 23 (of 23 total)
Hi paul
To get your desired result You need to change in your previous query
.It should be
select a.BL_ID,a.POL_COUNTRY_CD,a.POD_COUNTRY_CD, b.REGION_TRADE as REGION_TRADE_POLCOUNTRYCD,c.REGION_TRADE as REGION_TRADE_PODCOUNTRYCD,
Tradelane=
case ltrim(rtrim(substring(a.POL_COUNTRY_CD,1,2) ))
when 'GB' then
...
December 22, 2010 at 2:08 am
Hi Abhas
Yes,You can copy only those files from source to destination which are 90 days old only.
Do the same as i said, the only change you need in your...
December 21, 2010 at 12:25 am
Hi Paul
I read ur topic,what i understand is
You have to assign value to a colum DHL_TEMP.TRADELANE for each NCV_BL_DHL_TEMP.BL_ID
and the condition is
TRADELANE-----------------POL_COUNTRY_CD----------------POD_COUNTRY_CD
Euro NC/UK to ASPA---------Starts with GB-------------Any country where...
December 20, 2010 at 6:43 am
Hi Sasi
In SSIS if the datetime field is null,it will take a default date value
So in precedence constraint u need to compare the date value with null or blanck or...
December 20, 2010 at 4:19 am
Hi Praveena
Do you know the use of propagate variable in SSIS?
If we are using the event handler for eg.OnError for ExecutePackageTask1 and error Occures in ExecutePackageTask1 then the OnError...
December 20, 2010 at 3:33 am
Hi abhas
Write the variable name in script task as User::daysback instead of user::daysback and then try
Incase any query let me know
Rashmi
December 20, 2010 at 2:52 am
Hi abhas
I think you have declared a variable user:varFilePath in your script task as read only,change it to User:varFilePath.
I have a sample project,if you want I'll send it to...
December 20, 2010 at 2:19 am
Hi abhas
To delete the files from Destination Folder
U need to follow the following steps
Create one variable varFilePath
Use a for each loop container,which iterate through each file in Destination Folder and...
December 8, 2010 at 12:37 pm
Viewing 8 posts - 16 through 23 (of 23 total)