InterviewSolution
Saved Bookmarks
| 1. |
What is a Container? How many SSIS containers can you name? |
|
Answer» A container in SSIS is basically a logical grouping of TASKS, which allows it to MANAGE the entire scope of a job altogether. Here are the types of containers in SSIS:
Note: The PRIMARY importance of SSIS is that it allows users to migrate data from one platform to another without any hassles. To understand the subject more, read the ssis interview QUESTIONS for experienced. |
|