So if I have your situation correct you need to pick up a rowset from a SQL
sources. You have a text file source connection that you will be changing
from the rowset. You need to assign the rowset value each loop through the
4th part - check for more rows. if yes then set #2 task to waiting.
The datapump part is not in there. Have a look here though
- The site for all your DTS needs.
<anonymous@discussions.microsoft.com> wrote in message
news:15c6701c44735$6e434e40$a401280a@phx.gbl...
> Allan:
>
> Well, I'm in the office on this fine Memorial Day, but I
> cannot get the example to work in my package. First of
> all, there seems to be a disconnect between me and the
> data. There is no reference to the task that has the sql
> string in it. It references a global variable named
> RSTAbles which shows the type to be dispatch. I don't
> have that as one of my choices and there seems to be no
> relationship between RSTables global variable and my sql
> task which is named getrstables. I don't know what I am
> missing, but I can't get it to work. Also, we usually
> use udl's, but if I'll take anything that will work at
> this point. Any ideas?
>
> Thanks again.
>
> R
> >-----Original Message-----
> >Nope sounds OK.
> >
> >You can either use a delimited string or simply have a
> tuple per filename in
> >the database.
> >
> >--
> >--
> >
> >Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
> >
www.SQLDTS.com - The site for all your DTS needs.
> >I support PASS - the definitive, global community
> >for SQL Server professionals -
http://www.sqlpass.org > >
> >
> >"DB_Princess" <dbases@aol.com> wrote in message
> >news:B2F2AD78-9A39-4760-A930-
> 6B29405719BE@microsoft.com...
> >> Allan:
> >>
> >> So kind of you to respond to me so quickly. I see how
> this is working,
> >and I think I can use it to get the values out of the
> table alright, and I
> >guess if I am appending the file names to a string that
> itself is a global
> >variable...maybe separating each file with some type of
> delimiter, then I
> >could loop through, parsing the string, and go pick up
> my files, right. Is
> >that what this is suggesting? I wanted to figure out
> how to pick up data
> >from the table and then create like an array of global
> variables or
> >something, but this seems like it would do the trick.
> Is it okay to do it
> >this way, or does it seem cheesy to you?
> >>
> >> Again, thanks for your kind response.
> >>
> >>
> >
> >
> >.
> >