hi,
i created package in which data is loaded from sql server 2016 to ms access 2016 and it works ok for small amount of data.
now i have to load 2+ million of records and this way is very very slow so i tried to change in my ole db destination data access mode to "table or view - fast load" but i get this error:
Exception from HRESULT: 0xC0202040
Error at Data Flow Task [OLE DB Destination [2]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft Office Access Database Engine" Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
Error at Data Flow Task [OLE DB Destination [2]]: Failed to open a fastload rowset for "Smanjenja_i_iskljucenja". Check that the object exists in the database.
my package data flow looks like this:
destination (ms access) connection manager "connSmanjenjaAcc":
and when I change to fast load error is thrown as mentioned above:
could someone tell me what am i doing wrong ?