Export data from SQL Server to Excel File Using an SQL Server Integration Services (SSIS) | Part 4

Описание к видео Export data from SQL Server to Excel File Using an SQL Server Integration Services (SSIS) | Part 4

Export data from SQL Server to Excel File Using an SQL Server Integration Services (SSIS):
Requirement:
1) SQL Server Data Tools for Visual Studio 2015
or
SQL Server Data Tools or Visual Studio 2019
2) and SQL Server instance
3) one Excel file with header

What Is Data Flow Task in SSIS Package:
Data Flow Task is one of the most used Task in SSIS Packages.
The purpose of Data flow Task is to flow (load) the data from different type of sources to different type of destinations.

First Add Data Flow Task, then
Double click on data flow, you will get the control flow task, where you can define the connection string for data source and destination and after that you will run the application and data will transfer from SQL server to Excel.

Комментарии

Информация по комментариям в разработке