Viewing 15 posts - 16 through 30 (of 38 total)
Is there any way to do the sub-directory search inside SSIS package without having to involve database? Thanks!
November 6, 2009 at 6:13 pm
I got it now. Thanks a lot for your help, Bob!
August 13, 2009 at 6:32 pm
Thanks for the reply!
Sorry that I couldn't quite make out of the example. My ### is random as tbl###.
August 12, 2009 at 5:27 pm
Could someone shed some light for me please?
Basically my question is how to dynamically loop through a list of tables?
e.g. select * into #mytemp from tablexxx
where I have a...
August 12, 2009 at 9:49 am
Got it. Thanks a lot, Phil!
July 11, 2009 at 11:33 pm
Thanks for the suggestion! Would you please elaborate a little more?
I couldn't figure out how to set the "Enumerator configuration" in the Foreach Loop (Foreach File Enumerator) container using variables....
July 11, 2009 at 10:12 am
John, Thank you so much for taking your time to write the detailed instruction! It worked great! I had no idea that you could directly set variables like that!
Thank you...
July 10, 2009 at 1:57 pm
Thanks, John! Sorry for the late reply. I had been on vacation.
The reason I used the Script component is because the file is not delimited. It's a text log file....
July 9, 2009 at 6:55 pm
Thanks a lot for the replys!
I couldn't believe that I forgot about ReadOnlyVariables and ReadWriteVariables and spent hours of debugging inside the script task. It's my second time using...
June 30, 2009 at 11:33 pm
Wayne, I added "select * from @Tmp" at end of your code. And here is the result I get from.
ColumnAColumnBTmpCol
a11:3:5:61356
a22:4:5245
Does this match the expectation?
June 20, 2009 at 11:58 pm
By the way, i am using SS2008 Management Studio. Don't know if that would make any difference.
June 20, 2009 at 11:18 pm
Jeff, thanks for the pointer. Sorry that I missed it the first time. It sure is a great article! There is so much to learn for SQL server!
Wayne or anyone:...
June 20, 2009 at 9:44 pm
Sorry, I got errors from both scripts. Would you please help again.
The first Flo's script, I got the following error:
Invalid object name 'Tally'.
Second Waynes script, I got empty output with...
June 20, 2009 at 8:45 pm
Flo & Wayne,
Thank you so much! You guys are so quick and I'll try out both ways. Flo's way is more straight-forward to me. I appreciate Wayne's xml way and...
June 20, 2009 at 5:01 pm
Thank you so much for all the help!
I will read those references.
June 14, 2009 at 10:11 pm
Viewing 15 posts - 16 through 30 (of 38 total)