![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
Hello: Please can you give some example that how can I do that? MS SQL Server 2000 Best regards, Owen. "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:u6EsKQT8FHA.3504 (AT) TK2MSFTNGP11 (DOT) 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 (AT) prensa-latina (DOT) cu> wrote in message news:u$EH9CR8FHA.3224 (AT) TK2MSFTNGP09 (DOT) 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. |
#4
| |||
| |||
|
|
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 (AT) no-spam (DOT) sqldts.com> wrote in message news:uvREG9T8FHA.2576 (AT) TK2MSFTNGP12 (DOT) 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 (AT) prensa-latina (DOT) cu> wrote in message news:uKVu93T8FHA.132 (AT) TK2MSFTNGP15 (DOT) 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 (AT) no-spam (DOT) sqldts.com> wrote in message news:u6EsKQT8FHA.3504 (AT) TK2MSFTNGP11 (DOT) 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 (AT) prensa-latina (DOT) cu> wrote in message news:u$EH9CR8FHA.3224 (AT) TK2MSFTNGP09 (DOT) 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. |
#5
| |||
| |||
|
|
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 (AT) prensa-latina (DOT) cu> wrote in message news:u$EH9CR8FHA.3224 (AT) TK2MSFTNGP09 (DOT) 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. |
#6
| |||
| |||
|
|
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 (AT) prensa-latina (DOT) cu> wrote in message news:uKVu93T8FHA.132 (AT) TK2MSFTNGP15 (DOT) 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 (AT) no-spam (DOT) sqldts.com> wrote in message news:u6EsKQT8FHA.3504 (AT) TK2MSFTNGP11 (DOT) 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 (AT) prensa-latina (DOT) cu> wrote in message news:u$EH9CR8FHA.3224 (AT) TK2MSFTNGP09 (DOT) 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. |
#7
| |||
| |||
|
|
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 (AT) prensa-latina (DOT) cu> wrote in message news:uKVu93T8FHA.132 (AT) TK2MSFTNGP15 (DOT) 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 (AT) no-spam (DOT) sqldts.com> wrote in message news:u6EsKQT8FHA.3504 (AT) TK2MSFTNGP11 (DOT) 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 (AT) prensa-latina (DOT) cu> wrote in message news:u$EH9CR8FHA.3224 (AT) TK2MSFTNGP09 (DOT) 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |