Can an excel file be used as a source for a Bulk Insert Task in SSIS instead of a delimited flat file
SQL Server Integration Services
Can an excel file be used as a source for a Bulk Insert Task in SSIS instead of a delimited flat file
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.