Hi, I have a problem with the SSIS package in SQL Server 2008 R2. It basically reads data from a CSV file using the Flat File Source and puts it in a SQL table using OLE DB Destination.
It comes up with the "Cannot create an OLE DB accessor. Verify that the column metadata is valid." error, I have checked the data types they are fine, have looked at the source file and don't seem to spot any errors.
Any help by looking at my package and source file will be highly appreciated.
Thanks
Haris