Answer Posted / srujana
Data Transformation Services (DTS) provides a set of tools
that lets you extract, transform, and consolidate data from
disparate sources into single or multiple destinations.we
can create a DTS solution as one or more packages. Each
package may contain an organized set of tasks that define
work to be performed, transformations on data and objects,
workflow constraints that define task execution, and
connections to data sources and destinations. DTS packages
also provide services, such as logging package execution
details, controlling transactions, and handling global
variables.
| Is This Answer Correct ? | 88 Yes | 11 No |
Post New Answer View All Answers
What is redirectpermanent in asp.net?
Explain the path instructions in xaml?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is inproc and outproc?
Explain different authentication modes in asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What parameters can you pass in the url of the api?
What is ispostback property?
What does asax stand for?
Which is faster viewbag or viewdata?
What is round trip in asp.net?
Explain serialization and deserialization?
What is the difference between web.config and machine.config in ASP.NET?
How can you pass multiple complex types in Web API?
To load your generated dataset with data which method do you invoke?