Viewing 6 posts - 1 through 6 (of 6 total)
Does the "variable2" exists in the context that you are trying to evaluate? and still exists?
Well, now that i see the error message:
"update email set locator_id = ee.locator_id from...
October 6, 2008 at 7:14 am
You could store the query in a variable and evaluate as an expression...
Inside the expression you can format it as you want...
October 2, 2008 at 3:01 pm
Why you don't put all the things that want to execute in a SequenceContainer and then add a completion constraint to the next task??
October 2, 2008 at 2:58 pm
What about raising the error?
Use RAISERROR to throw the error:
RAISERROR ( { msg_id | msg_str | @local_variable }
{ ,severity ,state }
[...
October 2, 2008 at 2:56 pm
Yeap, it the columns in the SS had a bad width, but it wasn't the problem.
The problem was the one that SrikanthSv mentioned:
in ragged right you cannot specify the end...
September 5, 2008 at 9:01 am
create the data flow task using import\export wizard.
goto start --- > run ---> type dtswizard ---> select source as flat file ---> and go on ---> in the...
September 4, 2008 at 3:16 pm
Viewing 6 posts - 1 through 6 (of 6 total)