Flat File Source in SSIS

A Flat File Source in SSIS is useful to extract or read data from text files. Flat File Source uses the Flat File Connection Manager to connect with the text files. Configuring Flat File Source in SSIS In this article, we will show you how to configure Flat File Source in the SQL Server Integration Services to … Read more

OLE DB Source in SSIS

The OLE DB Source in SSIS is used to extract data from a wide variety of databases that support OLE DB Connections. The SSIS OLE DB Source uses the OLE DB Connection Manager to connect with the Database Tables or Views. Configuring OLE DB Source in SSIS In this article, we show you how to set OLE DB Source … Read more

Excel Source in SSIS

The EXCEL Source in SSIS (SQL Server Integration Services) is used to extract data from the Excel worksheet. The SSIS Excel Source uses Excel Connection Manager to connect with the Excel files. Configuring EXCEL Source in SSIS Drag and drop the data flow task from the toolbox to the control flow. Next, change the name … Read more

ADO.NET Source in SSIS

The ADO.NET Source in SSIS (SQL Server Integration Services) is used to extract data from the Database using a .Net provider. The ADO.NET Source in SSIS uses ADO.NET Connection Manager to connect with the Database. Configuring ADO.NET Source in SSIS Drag and drop the data flow task from the toolbox to control flow and change … Read more