Not sure you will ever get it to work like this
From what I read of your problem you are trying to set col1 = col2 and I
presume they are database attributes?
If yes then how would the package know on which connection to look?
Which DataPump task?
The "value" is meant to be a literal value.
The assignment you are trying to do should be done in the SQL Statement
itself.
Allan
"mehdi" <mehdi.achour (AT) free (DOT) fr(donotspam)> wrote
Quote:
I am launching DTSrun using global variables with /A. I have to pass the
parameter "col1=col2" I have a problem: it only passes col1. Everything
that
comes after the sign = is not taken.
I lauch dtsrun /Sbase /E /Ndtsname /Avarfilter:8=col1=col2
What can it come from ? I tried replacing the sign = by "like" and it
works
Thanks in advance for your help
--
mehdi |