Home Forums SQL Server 2008 T-SQL (SS2K8) how to load data from flat file source into oledb destination by changing the data types in ssis RE: how to load data from flat file source into oledb destination by changing the data types in ssis

  • You just gave a high level detail of your question. If you are just trying to load data into a SQL Table from a CSV file using SSIS, here is an article I wrote on using SSIS to load a CSV file to a table. http://sqlsaga.com/ssis/how-to-load-data-into-a-database-table-from-an-excel-spreadsheet-using-ssis/[/url]

    And regarding changing the data types, you can do that when creating the table accordingly.

    Good Luck 🙂 .. Visit www.sqlsaga.com for more t-sql code snippets and BI related how to articles.