InterviewSolution
Saved Bookmarks
| 1. |
What is SSIS? |
|
Answer» SSIS stands for SQL Server Integration Services. It is a part of the Microsoft SQL server and is a well-known integrated platform for performing enterprise-level data migration and transformation activities. The platform is USED for solving complex PROBLEMS like reading, loading, copying, or DOWNLOADING large files, mining data, extracting RELEVANT information, and managing SQL objects. It supports data sources like relational databases, XML, flat files, etc, and HELPS to load and send data to multiple destinations. |
|