Hi All,
When I ran a stored procedure in SQL server Management Studio which inserts/updates values into a table in a linked server the SP executes correctly, but when I run the same in SSIS, i get the following message.
OLE DB provider "SQLNCLI" for linked server returned message "Multiple-step OLE DB operation generated errors.
I ran the SP and the SSIS using Windows Authentication. The tables that I am inserting/updating values has a primary key.
Anybody's thought on what is going wrong with SSIS?