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 a page life cycle?
What are the steps to follow to host a web application on a web server?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is the equivalent of date() and time() in asp.net?
What are the event handlers that can be included in the Global.asax file?
Define the types of configuration files.
Can we use a static function with a non-static variable?
What is a global postback url?
Why do we use datasource in asp.net?
What is a web pool?
What does aspcompat="true" mean?
What are custom controls?
How do session tokens work?
Can I have a unique key as foreign key?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc