Chapter 41 Flashcards
What is DTS
Data Transformation Services (DTS) is a set of graphical tools and programmable objects that allow you extract, transform, and consolidate data from disparate sources into single or multiple destinations. SQL Server Enterprise Manager provides an easy access to the tools of DTS.
What is transformation of data
Transformation brings data in some standard format.
Microsoft SQL Server provides support for basic transformation. How complex transformation done
Complex transformations are achieved through VB Script or Java Script that is loaded in DTS package. Package can also be programmed by using DTS object model instead of using graphical tools but DTS programming is rather complicated.
What is DTS task
DTS task is a unit of work in a package
What is workflow of a package in DTS
This order or sequence of execution of tasks is called workflow of a package
What is DTS package
A DTS package is an organized collection of connections, DTS tasks, DTS transformations, and workflow constraints
How DTS package works
When package runs, it connects to data sources, copies data and database objects, transform data, notify other users or processes of the events.
What are 2 GUI tools by Microsoft for building a package
- Import/Export Wizard
2. DTS Designer
Where we can save DTS package
- Microsoft SQL server
2. SQL Server Meta Data Services
Is it necessary for a package to execute immediately when it build
No
How we can protect package
User and Owner Password
What is single work item in package
Task
What is Message Queue task in DTS
Message Queue task that allows you to use Message Queuing to send and receive messages between packages.
What are 9 types of transformations
- Copy Column Transformation
- ActiveX Script Transformation
- Date Time String Transformation
- Uppercase String Transformation
- Lowercase String Transformation
- Middle of String Transformation
- Trim String Transformation
- Read File Transformation
- Write File Transformation
What are 3 types of DTS connection
- Data source connection
- File connection
- Data link connection
What are 3 types of constraints in DTS
- Unconditional
- On Success
- On Failure