You are not going to be doing anything Row * Row here.
different tables. You will use for each Data Pump a SELECT statement
"Owen" <anibal@prensa-latina.cu> wrote in message
news:uo7K2NU8FHA.2036@TK2MSFTNGP14.phx.gbl:
> Hello:
>
> I forget ask this too, in the case that I have to insert new guid, how
> can I
> do that?
>
> Best regards ans sorry for be so "impertinente"
> Owen.
>
>
> "Allan Mitchell" <allan@no-spam.sqldts.com> wrote in message
> news:uvREG9T8FHA.2576@TK2MSFTNGP12.phx.gbl...
>
> > Sure
> >
> >
> > Define your fisrt data pump between the source and destination. Now
> > using a workflow constraint do the same fo the second data pump task
> so
> > you will chain them together
> >
> >
> > Source --> Dest -- ON SUCCESS -- Source2 --> Dest2 etc
> >
> >
> > Make sense or is there something I am missing?
> >
> > Introduction to Workflow
> > (
http://www.sqldts.com/default.aspx?287)
> >
> >
> >
> > Allan
> >
> >
> > "Owen" <anibal@prensa-latina.cu> wrote in message
> > news:uKVu93T8FHA.132@TK2MSFTNGP15.phx.gbl:
> >
>
> > > Hello:
> > >
> > > Please can you give some example that how can I do that? MS SQL
> Server
> > > 2000
> > >
> > > Best regards,
> > > Owen.
> > >
> > > "Allan Mitchell" <allan@no-spam.sqldts.com> wrote in message
> > > news:u6EsKQT8FHA.3504@TK2MSFTNGP11.phx.gbl...
> > >
>
> > > > Personally I would be looking to move the data in > 1 data pump
> task.
> > > > For each table into which you need to pump data you have separate
> data
> > > > pump.
> > > >
> > > > Allan
> > > >
> > > > "Owen" <anibal@prensa-latina.cu> wrote in message
> > > > news:u$EH9CR8FHA.3224@TK2MSFTNGP09.phx.gbl:
> > > >
> > >
>
> > > > > Hello:
> > > > >
> > > > > I have one table that for each row I have to insert various
> record
>
> > > in
>
> > > > > several table, and I want to in dts. This is example
> > > > >
> > > > > table1
> > > > > -field1
> > > > > -field2
> > > > > -field3
> > > > >
> > > > > I would like for each record or row of this table:
> > > > >
> > > > > insert table2 somevalue, field1, field2
> > > > > insert table3 field1, field3
> > > > > insert table4 newguid, field2
> > > > > and so on
> > > > >
> > > > > Best regards,
> > > > > Owen.
> > >
> > > >
>
> >