![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have two SQL Servers in the dts package. SQL_Source and SQL_Dest. I am doing a very basic transformation that copies columns from a SQL_Source.table1 to SQL_Dest.dest. I have a data transformation task that does it no problem. I am also doing a transformation from another table in SQL_Source to the same destination (SQL_Source.table2 to SQL_dest.dest). Here is the part I want to do nicely. There is a bit column in Sql_dest.dest that specifies which table that row came from (table1 or table2). I can't just do an sql update on the table after because there is no way to tell which records came from table1 and which came from table2. What is the simplest way to do this? The order of the workflows doesn't matter to me at this level as long as all the data gets there properly. I was looking at a data-driven transformation but I'm not sure that is what I need. What I want is for the transformation to happen, then update the records that were just transformed. Then do the same for the next transformation. Thanks, Dave. |
#3
| |||
| |||
|
|
I have two SQL Servers in the dts package. SQL_Source and SQL_Dest. I am doing a very basic transformation that copies columns from a SQL_Source.table1 to SQL_Dest.dest. I have a data transformation task that does it no problem. I am also doing a transformation from another table in SQL_Source to the same destination (SQL_Source.table2 to SQL_dest.dest). Here is the part I want to do nicely. There is a bit column in Sql_dest.dest that specifies which table that row came from (table1 or table2). I can't just do an sql update on the table after because there is no way to tell which records came from table1 and which came from table2. What is the simplest way to do this? The order of the workflows doesn't matter to me at this level as long as all the data gets there properly. I was looking at a data-driven transformation but I'm not sure that is what I need. What I want is for the transformation to happen, then update the records that were just transformed. Then do the same for the next transformation. Thanks, Dave. |
![]() |
| Thread Tools | |
| Display Modes | |
| |