Tech_Babu Posted September 9, 2016 Report Posted September 9, 2016 Hi I have multiple tables(table a, Table b, table c) in Sql Server Database A and i need to move data to another Sql server Database B (table 1, table 2, Table 3) Table A (in source is similar to table 1 in Destination but not exactly the same ) some columns from source are not required and data type is slightly different. etc. similarly other tables. will i have to create a seperate dataflow task for each table? or can i use the Foreach SMO if i use Foreach smo will i be able to apply some transformations depending on each table. Thanks Quote
Buttertheif Posted September 9, 2016 Report Posted September 9, 2016 3 minutes ago, crazymatta said: ltt Quote
thisisme Posted September 9, 2016 Report Posted September 9, 2016 You do not need for each here....Take one data flow task, drag data flow source, connect it to data flow destination and map only the columns you need from table a to table 1. Do it for the remaining tables. You may take a separate data flow task for each table or you can also put all 3 table transfers n the same task. Depends on how you want to design the package. 1 Quote
kothibava Posted September 9, 2016 Report Posted September 9, 2016 2 minutes ago, thisisme said: You do not need for each here....Take one data flow task, drag data flow source, connect it to data flow destination and map only the columns you need from table a to table 1. Do it for the remaining tables. You may take a separate data flow task for each table or you can also put all 3 table transfers n the same task. Depends on how you want to design the package. Quote
libraguy863 Posted September 11, 2016 Report Posted September 11, 2016 On 9/9/2016 at 5:51 PM, thisisme said: You do not need for each here....Take one data flow task, drag data flow source, connect it to data flow destination and map only the columns you need from table a to table 1. Do it for the remaining tables. You may take a separate data flow task for each table or you can also put all 3 table transfers n the same task. Depends on how you want to design the package. Quote
kick_seenu Posted September 11, 2016 Report Posted September 11, 2016 3 tables ki for each deniki? okati tarvatha okati ante 3 seperate data flow task pettu parallel ga ante 3 oke dantlo add chei Quote
Tech_Babu Posted September 12, 2016 Author Report Posted September 12, 2016 3 tables is just an example i have about 25 tables Quote
mtkr Posted September 12, 2016 Report Posted September 12, 2016 SMO use chesthe i guess Xfermatns use cheyyalevv.. dependent to table... kwalling experts... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.