provided by: 
Originally published at Internet.comA High-Performance Data Pump - and a Whole Lot More
Data Transformation Services in Microsoft SQL Server 2000 is a high-performance data pump. It is a tool for copying, moving, consolidating, cleansing, and validating data. The data pump loads each row from the data source, manipulates the values in that row, and inserts the row into the data destination.
DTS is also a Rapid Application Development tool for data-oriented programming. It provides a comprehensive set of data manipulation tools organized in a development environment that is both convenient and powerful.
Speed is important when working with data: *
Organizations have to be able to move large amounts of data between different systems within specified processing periods. *
Complex data modifications, including row-by-row processing, are often needed as the data is being moved. If you are manipulating a lot of data, the time required to modify each record must be minimized. *
The design, development, and maintenance of data cleansing applications can be very time-consuming. Tools are needed to speed the development process. ---------------------------------
Note - If you receive a 1GB file of clickstream data at 8:00 a.m. for the previous day's Web site activity, can you load that data into a SQL Server data mart and process the OLAP cubes so that they're ready for a 10:00 a.m. management meeting? ...
Read article at Internet.com site