How to use Copy Data to perform sql insets and updates to a MySQL database from an .sql delta file?
I have a database delta file (.sql) and it contains sql statements such as Insets, Delete, Update. The database is setup with the tables and data, I am simply trying to execute these updates I am trying to find a…