Hi,
I have simple table without any references or constraints. It just have primary key column "ID", which is not even
IDENTITY column. I'm trying to load that table form OLE DB SOURCE to OLE DB DESTINATION in SSIS 2012.
The input to OLE DB DESTINATION is from a LOOKUP component.
When run the package I'm getting error :
Failure inserting into the read-only column "ID"Kindly give your suggestion on this.