Difference Between Similar Terms and Objects

Difference Between DTS and SSIS

computerDTS vs SSIS

Data Transformation Services (also known as DTS) was the predecessor to the SSIS system. It is a set of objects using an ETS tool (which means a tool that extracts, transforms, and loads information into a database for warehousing) in order to extract, transform, and load this information to and/or from a database.

SQL Server Integration Services (also known as SSIS) is an ETL tool that Microsoft provides to its users in order to extract data from different sources. It then transforms the said data according to the requirements by individual businesses, and loads it into that particular destination (hence ETL).

DTS was an original component of the Microsoft SQL Server 2000, and at its inception, was always used with the SQL Server databases. Even though it was an integral part of the server, DTS was also easily used independently from the Microsoft server, in conjunction with other databases. It is capable of transforming and loading data from heterogeneous sources, using OLE DB, ODBC, or files specified as text only, into any database that supports them.

SSIS is a component of the Microsoft SQL Server 2005. As such, SSIS does not require a separate installation. It can be used for anything that allows the user to communicate through an active connection. It includes graphical tools and wizards in order to build and debug packages, all tasks that are used to perform workflow functions for several different operations (such as FTP operations), execute SQL statements, or send email. There are also data sources that are used to extract and load data, and transformations that used to clean, aggregate, merge, and copy data.

DTS packages are implemented whenever data is modified using the DTS. These can be saved directly on the SQL Server, or they can be saved in COM files (also known as the Microsoft Repository). As a part of the 2000 version of the SQL Server, programmers were allowed to save packages in a Visual Basic language file – unless, of course, they found another language file more sufficient. When saved as a VB file, the package is scripted in order to create the objects and component objects found in the package.

Summary:

1. DTS is a set of objects using an ETS tool to extract, transform, and load information to or from a database; SSIS is an ETL tool provided by Microsoft to extra data from different sources.

2. DTS was originally part of the Microsoft SQL Server 2000; SSIS is a component of the Microsoft SQL Server 2005.

Sharing is caring!


Search DifferenceBetween.net :




Email This Post Email This Post : If you like this article or our site. Please spread the word. Share it with your friends/family.


1 Comment

  1. Good information here is the tool incase someone planning to upgrade or migrate dts to ssis

    http://pragmaticworks.com/convert-dts-to-ssis.aspx

Leave a Response

Please note: comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

Articles on DifferenceBetween.net are general information, and are not intended to substitute for professional advice. The information is "AS IS", "WITH ALL FAULTS". User assumes all risk of use, damage, or injury. You agree that we have no liability for any damages.


See more about : ,
Protected by Copyscape Plagiarism Finder