Viewing 6 posts - 1 through 6 (of 6 total)
So do you have the issue resolved???
June 6, 2006 at 9:13 am
Andy,
This is a mechanism where you export each record, set the exported flag and then proceed to export the next record. This might sound a bit complex, but can...
June 5, 2006 at 10:36 am
Hello,
The difference lies in whether the filter Where s.qty > 50 should be applied on the Results of the join or in the source of the join
In query 1 the...
June 5, 2006 at 6:37 am
Hello,
Coudl not source any data to replicate your scenario. SO tried with this sample
Function Main()
x = null
if isNull(x) then
Msgbox "Empty"
Else
Msgbox x
End If
Main = DTSTaskExecResult_Success
End Function
Hope this helps
Thanks and Regards
Ranjit
June 5, 2006 at 6:29 am
Hello Andy,
You may want to use a Data Driven Query Task for this. which may look up the file for correctness and then update the field.
May I suggest...
June 5, 2006 at 6:22 am
Viewing 6 posts - 1 through 6 (of 6 total)