I need load data from csv to SQL . Source are multiple csv files with same columns but files might have the columns in variable order . Destination is same table.
I looked at
https://www.powershellgallery.com/packages/dbatools/0.8.6/Content/functions%5CCsvSqlimport.ps1
but looks like I need to install Microsoft Access Database Engine 2010/or 2016 Redistributable. I do not want to do that on the database server
What is the best solution? Performance is also important.
Thank you,