All;
I'm running SQL 2012, and this is my first attempt to input data into a table with Foreign keys. I'm getting this error message:
[OLE DB Destination [101]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E2F.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E2F Description: "The statement has been terminated.".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E2F Description: "The INSERT statement conflicted with the FOREIGN KEY constraint "fk_Opener". The conflict occurred in database "Insight Cloud", table "dbo.Opener", column 'Opener_Name'.".
Can somebody help me with this?
Thank you
Brian
Brian Geregach