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

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

Export data from SQL Server to CSV 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

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.
1)
Need a table [tblemplyeedetail] to export the data.

2)
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.

Комментарии

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