what is Data Transformation Services (DTS) ?can u explain
me in detail?

Answers were Sorted based on User's Feedback



what is Data Transformation Services (DTS) ?can u explain me in detail?..

Answer / virendra

It is builtin facility of Sql Server provovided by
microsoft for import and export
database/table/structure/database objects from one database
package/ server to other/differnet.

Is This Answer Correct ?    6 Yes 0 No

what is Data Transformation Services (DTS) ?can u explain me in detail?..

Answer / srikanth

DTS are a kind of routines for transforming data from one
type to other type. suppose we have data in excel sheets or
flat files, comma separated values. DTS helps us in
transforming this type of data to other types like
transofroming to SQL Server tables.
Integration services is the latest technology in this field.
It has got many controls which make the tasks of DTS easier.
so complex transformations can be doen using it. It comes
with SQL Server 2005 Business Intelligence suite

Is This Answer Correct ?    5 Yes 1 No

what is Data Transformation Services (DTS) ?can u explain me in detail?..

Answer / guest

Moving large data from one location to another easily

Is This Answer Correct ?    3 Yes 0 No

what is Data Transformation Services (DTS) ?can u explain me in detail?..

Answer / namz

DTS (Data Transformation Services) comes under Integration
Service.DTS Import and export wizard lets us to import and
export from external data source
DTS has two major components:
1.DTP Data Transformation Pipeline
2.DTR Data Transformation Runtime

Is This Answer Correct ?    3 Yes 2 No

what is Data Transformation Services (DTS) ?can u explain me in detail?..

Answer / lakshmi

DTS is a kind of etl tool which extracts data from wide
range of sources like flatfiles,sql server,excel,oracle etc
and manipulating the data according to business logic by
using transformations before being loading into various
destinations.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is spatial and temporal data?

0 Answers  


What are the steps to insert a table?

0 Answers  


When to use Inner join & when to use subquery?

0 Answers   IBM,


How do we rollback the table data in SQL Server

3 Answers  


What is meant by datasource?

0 Answers  






What is merge statement?

0 Answers  


how to know Who Is Blocking Your SQL Server?

4 Answers  


What is an indice?

0 Answers  


check, not null,unique

2 Answers   IBM,


Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.

6 Answers   Tech Mahindra,


Where sql server usernames and passwords are stored in a sql server?

0 Answers  


Why functions are used in sql server?

0 Answers  


Categories