tags:

views:

57

answers:

2

I am new to SSIS.

I have a sample .CSV file and i want to transfer the data from .CSV file to SQL DB.

So what is the DataSource type for .csv files.

I created the Package for excel and load the data to SQL server.

please advice me........

Thanks in advance....

A: 

Use a bulk insert which is describe in this forum post here:

Bulk Insert to SQL

rfonn
+1  A: 

You need Flat File source, not Excel.

Aryadev
Thanks for update. And the Bulk Insert we can use if there is no operation with data in DataFlow
VinnaKanna

related questions