Creating packages in code – Flat File Source to OLE-DB Destination (SQL Server)

This code sample programmatically creates a package that imports a text file into SQL Server, with a Flat File Source and the OLE-DB Destination. This shows how you can leverage the SSIS engine to write your own data import tool for example, but beware importing files is not as simple as it may seem. When… Continue reading Creating packages in code – Flat File Source to OLE-DB Destination (SQL Server)