Home > Articles > Databases > SQL Server

Transforming Data with Microsoft SQL Server 2000 DTS

Luis Garcia
  • PrintPrint
  • Share ThisShare This
  • DiscussDiscuss
With the Data Transformation Services (DTS) in SQL Server 2000, you can import, export, and transform data from disparate sources into single or multiple destinations. This article shows you how to build your own DTS packages and the basics on how to use ActiveX code to transform data.

DTS Overview

Building a data warehouse is a complex and difficult process, and probably the most time-intensive task of this process is data loading. Usually data is spread throughout the organization and stored in many different locations and formats: spreadsheets, text files, databases, and so on. Database administrators need to deal with data collection, data integrity, data transmission, and data loading problems. Extraction transformation loading (ETL) tools help the database administrator deal with these issues.

Microsoft SQL Server 2000 includes a very powerful and flexible ETL tool: Data Transformation Services (DTS). With DTS, Microsoft gives SQL Server 2000 the power to import, export, and transform data from disparate sources into single or multiple destinations. Microsoft groups all these elements in a DTS package.

To create and manage DTS packages, SQL Server 2000 includes several tools:

  • The DTS Import/Export Wizard creates simple DTS packages.

  • The DTS Designer is a graphical application for creating and editing DTS packages.

  • The Data Transformation Services node in the SQL Server Enterprise Manager console tree is used to view, create, load, execute, and manage DTS packages.

  • Package execution utilities are command-line utilities for managing DTS packages.

  • The DTS Query Designer is a graphical tool for creating SQL queries in DTS Designer.

  • Share ThisShare This
  • Your Account

Discussions

Make a New Comment

You must log in in order to post a comment.

Related Resources

There are currently no related podcasts. Please check back later.

Great password information at a small price
By John Traenkenschuh on June 13, 2009 No Comments

Where can cash-strapped security pro's get great information on security basics??

Steven HainesOracle Buys Sun of $7.4B
By Steven Haines on April 20, 2009 No Comments

In a stunning turn of events, Oracle steps in and buys Sun amist the breakdown of IBM's attempt to acquire Sun.

Buck WoodyIf it's Free it's for Me
By Buck Woody on January 26, 2009 No Comments

Sign me up for anything free these days. I just ran across a book that promises to help you build a web site for free...

See All Related Blogs

Informit Network