![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i need to develop a DTS package that uses Oracle8i datanase tables as source and SQL Server 2k tables as target. The mapping is one-one, meaning the source columns are mapped to the target columns (no transformation at this moment). I need to do this for approx. 180 tables. Is there a way to automate these transformations (to avoid that for table that needs to be transformed i need to create a DTS package). Do i have to do this with scripting, C#, ...? Any help wellcome. Guy |
#3
| |||
| |||
|
|
i need to develop a DTS package that uses Oracle8i datanase tables as source and SQL Server 2k tables as target. The mapping is one-one, meaning the source columns are mapped to the target columns (no transformation at this moment). I need to do this for approx. 180 tables. Is there a way to automate these transformations (to avoid that for table that needs to be transformed i need to create a DTS package). Do i have to do this with scripting, C#, ...? Any help wellcome. Guy |
#4
| |||
| |||
|
|
i need to develop a DTS package that uses Oracle8i datanase tables as source and SQL Server 2k tables as target. The mapping is one-one, meaning the source columns are mapped to the target columns (no transformation at this moment). I need to do this for approx. 180 tables. Is there a way to automate these transformations (to avoid that for table that needs to be transformed i need to create a DTS package). Do i have to do this with scripting, C#, ...? Any help wellcome. Guy |
#5
| |||
| |||
|
|
In article <415168f0$0$11670$ba620e4c (AT) news (DOT) skynet.be>, Guy Dillen wrote: i need to develop a DTS package that uses Oracle8i datanase tables as source and SQL Server 2k tables as target. The mapping is one-one, meaning the source columns are mapped to the target columns (no transformation at this moment). I need to do this for approx. 180 tables. Is there a way to automate these transformations (to avoid that for table that needs to be transformed i need to create a DTS package). Do i have to do this with scripting, C#, ...? Any help wellcome. Guy I presume you want to dynamically pick up new tables on he source and create new tales on the destination also? This can be done but you will need to do things through code. What happens if the definitions of the tbles changes as well? Doable but a bit of work. -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know |
![]() |
| Thread Tools | |
| Display Modes | |
| |