sam33r


Can an excel file be used as a source for a Bulk Insert Task in SSIS instead of a delimited flat file





Re: Can we use Excel file (source) for Bulk Insert Task

MatthewRoche


I do not believe so - the Bulk Insert task uses the same API as BCP, so the limitations are the same.

You can, however, use it as the source for the data flow task, which is much more flexible and offers similarly excellent performance.







Re: Can we use Excel file (source) for Bulk Insert Task

itsAshish

No you cant use excel How ever you can use flat file with format specified in a format file.