The data would be processed in my Alteryx workflow first and would then need to be written to the database.
I've been advised that a BULK INSERT stored procedure would be the most efficient approach.
Is it best to get Alteryx Server to create CSV files, save them to a network drive location, then trigger the stored procedure? Should I use a Python tool to save the CSV files then trigger the stored procedure to ensure the order of operations is correct (I've found control containers to be a bit buggy)?
Or is there a better way to do it using Alteryx?