I am currently pulling in 60 tables from a Sybase database into SQL Server 2000. To do this I have set up 6 DTS packages each with 10 transformations, and a global package which runs each DTS.
Adding new tables is convoluted and can cause problems, and also transfer speed is quite slow as servers are remote from one another.
Is there a better way of doing this? Can the routine be driven dynamically from a list of tables we need to pull in? If this can be done then I would only need to set up one transformation.
Thanks in advanced.
Adding new tables is convoluted and can cause problems, and also transfer speed is quite slow as servers are remote from one another.
Is there a better way of doing this? Can the routine be driven dynamically from a list of tables we need to pull in? If this can be done then I would only need to set up one transformation.
Thanks in advanced.