SQL Server DTS
by Steve Hughes,, Steve Miller,, Jim Samuelson,, Marcelino Santos,, Brian Sullivan
Introduction
SQL Server Data Transformation Services (DTS) is a Microsoft product that is designed to move and manipulate data. It also has a nice graphical designer. So, you can create simple or complex workflows that pull data from any number of data sources; clean, manipulate, and integrate the data; and then push the data into any number of data destinations. These repositories of data can be large DBMSs like SQL Server, Oracle, or Sybase; small DBMSs like Access, Paradox, or dBase; or even applications like Excel or Exchange. DTS also has an open COM interface. So, you can write programs that build and control your DTS Applications (called packages). DTS is an independent application and does not need SQL Server to run.
I have found that DTS ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access