InterviewSolution
| 1. |
What Is Sql Server Integration Services (ssis)? |
|
Answer» SQL Server Integration Services (SSIS) is component of SQL Server 2005 and later versions. SSIS is an enterprise scale ETL (Extraction, Transformation and Load) tool which ALLOWS you to develop data integration and workflow SOLUTIONS. Apart from data integration, SSIS can be used to DEFINE workflows to automate updating multi-dimensional cubes and automating maintenance tasks for SQL Server databases. SQL Server Integration Services (SSIS) is component of SQL Server 2005 and later versions. SSIS is an enterprise scale ETL (Extraction, Transformation and Load) tool which allows you to develop data integration and workflow solutions. Apart from data integration, SSIS can be used to define workflows to automate updating multi-dimensional cubes and automating maintenance tasks for SQL Server databases. |
|