Viewing 15 posts - 11,536 through 11,550 (of 13,877 total)
Craig Farrell (3/14/2011)
My <headdesk> exactly! Well, I appreciate the attempt.
No problem. There is very limited documentation around to explain which variables are 'hidden' and which are not.
If you set...
March 14, 2011 at 9:51 am
Quote from Technet about IDTSVariables100:
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See here.
Also, the system variable you have accessed is...
March 14, 2011 at 8:55 am
Anjan Wahwar (3/13/2011)
The way you are writing the script will work fine with SSIS 2008, though in your case i would rather suggest to use Script Task. You...
March 13, 2011 at 7:02 am
While it seems that there is a perfectly good variable waiting for you to access ("System::TaskName") (which I can see in my Variables window), this seems not to be available...
March 13, 2011 at 4:27 am
qew420 (3/11/2011)
Before writing to the 2nd table, I need to check the records in the table-Aso if there are no records then EXIT else next step
thx
Create an integer...
March 11, 2011 at 5:30 am
Or just develop the solution in the technology you feel most at home with.
Hmm, risky recommendation. Not sure I could solve this one using my iPod 🙂
March 11, 2011 at 4:07 am
Looks like everything worked OK apart from Send Mail - and that failed only because of a missing addressee?
March 11, 2011 at 3:34 am
At what point does it fail? Which component fails, I mean?
Please post the text of the error message.
I think you mean SSIS package, rather than DTS, but please confirm.
Are you...
March 11, 2011 at 2:08 am
That doesn't look like it will be very easy.
I'm interested to see what happens with white visitors 😀
March 11, 2011 at 1:27 am
Are you using a flat file source?
You need to go into the Expressions section for the flat file source and set the file name/path to your file-path variable using an...
March 11, 2011 at 12:39 am
Sounds like you might be looking for the SSIS equivalent of T-SQL MERGE, is that right?
March 11, 2011 at 12:29 am
Viewing 15 posts - 11,536 through 11,550 (of 13,877 total)