Why Don We Include the Data Transformation Task and the Data Driven Query Task with DTS?
SQL Server 2005 includes the Data Flow task in place of these two SQL 2000 tasks. The Data Flow task places no limits on the number of sources, destinations and transforms, unlike in SQL 2000 where the user was limited to a singe source, destination, and transform per task. The new object model required to support this expanded functionality could not accommodate these two less robust tasks.
Related Questions
- How should I handle mismatched SQL Server logins? Can you explain the differences between Data Transformation Services (DTS) and SQL Server Integration Services (SSIS)?
- Why Don We Include the Data Transformation Task and the Data Driven Query Task with DTS?
- What are the enhancements in Data Transformation Services (DTS)?