Viewing 15 posts - 11,536 through 11,550 (of 13,876 total)
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
I don't think it should be that messy - depending on your coding skills, of course 🙂
For each table in [array]
create destination table
copy data across
Next
Simple:-D
March 10, 2011 at 2:31 am
The data flow component does not work well in dynamic situations: you need to find another way.
One is the use of dynamic SQL to do all of the DDL and...
March 10, 2011 at 2:21 am
Unless they're trying to use excel to manipulate the data after it's been exported to them, sigh.....
Brings to mind a whole batch of accountants doing multi-tab analyses very very slowly...
March 10, 2011 at 12:59 am
Viewing 15 posts - 11,536 through 11,550 (of 13,876 total)