Viewing 8 posts - 271 through 278 (of 278 total)
RBarryYoung (1/15/2009)
Jeff Moden (1/15/2009)
January 15, 2009 at 9:17 am
I have never had to do this, and can't for the life of me see an occasion where I would want to.
Which begs the question, why didn't they make the...
January 15, 2009 at 6:22 am
the one I've seen a lot is the use of @@IDENTITY rather than SCOPE_IDENTITY(), when retrieving the id of a newly inserted row
Not that @@IDENTITY would necessarily be wrong, but...
January 15, 2009 at 3:03 am
Thanks Mukti
That does seem the way to go for new SSIS packages... however I was hoping to find a way to retorspectively change the ones we currently have, without having...
January 13, 2009 at 3:11 am
Okay, I think I've figured out why I was confused.
As I understood it, if the Expression evaluates to TRUE, the next task will run
If it evaluates to FALSE, the next...
January 7, 2009 at 7:15 am
dyana,
I'm sorry, but I'm not sure I understand what you mean.
Task1 will not fail - it either populates an output parameter with '' or with some other text.
Are you suggesting...
January 7, 2009 at 6:05 am
Phil,
Interesting, Task2 does not run when @Variable=="" is the expression (and the output param is indeed an empty string, so one would expect the task to run)
I guess this is...
January 7, 2009 at 5:58 am
hi dyana,
Thanks for your response.
The output variable will either be an empty string, or will actually contain some text. This text will be used further down the line in the...
January 7, 2009 at 5:48 am
Viewing 8 posts - 271 through 278 (of 278 total)