SSIS Data Transfer Discrepancy: Missing Rows When Transferring from MySQL Source to Destination using SSDT 2017 on Windows Server 2019
Bharath Vadlamannati
0
Reputation points
I'm using SSDT 2017 with an SSIS package on a Windows Server 2019 machine to transfer data between two MySQL (MariaDB) databases. I connect to the sources using a VPN on the server. For one specific table, the source has around half a million rows, but after the transfer, the destination only shows around 270k rows. Despite this discrepancy, there are no error messages. How can I troubleshoot and resolve this issue?
Sign in to answer