hello, I already researched this error here on the forum and the topics I found did not help much, I have a source table with more than 25 million lines and I am trying to take this data to another table that is empty.
I created a flow to do this..the flow is very simple there are only two steps, one of origin and one of destination for each there is a different ole db connection.
I'm on a server of sql server 2014, the data source is a bank on that server and the destination is on another bank and I'm using the visual studio community 2019.
al try to execute the flow right at the beginning it emits the error message
[OLE DB destination [12]] Error: SSIS Error Code DTS_E_OLEDBERROR. OLE DB error. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Result: 0x80040E21 Description: "Multi-step OLE DB operation generated errors. Check each OLE DB status value, if any. No work done.".
I already recreated the oledb connections and even recreated the entire data stream from scratch, creating a new ssis package
I really need help to solve this because I don't know which more attempts I can take
I created a flow to do this..the flow is very simple there are only two steps, one of origin and one of destination for each there is a different ole db connection.
I'm on a server of sql server 2014, the data source is a bank on that server and the destination is on another bank and I'm using the visual studio community 2019.
al try to execute the flow right at the beginning it emits the error message
[OLE DB destination [12]] Error: SSIS Error Code DTS_E_OLEDBERROR. OLE DB error. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Result: 0x80040E21 Description: "Multi-step OLE DB operation generated errors. Check each OLE DB status value, if any. No work done.".
I already recreated the oledb connections and even recreated the entire data stream from scratch, creating a new ssis package
I really need help to solve this because I don't know which more attempts I can take