I have a workflow that outputs data to a MS Azure SQL Server database using ODBC Driver 17 for SQL Server and output seems to be abnormally slow. I have the Update: Insert if New option enabled and I'm only outputting about 16-17k rows of data each time it runs, but it takes about 20 min to execute the workflow and according to the profiler ~98% of that time is from writing to the Azure SQL db. If I switch the output to a local SQL Server db using the same ODBC driver then the workflow completes within a few seconds. Should I be using a different ODBC driver to output to MS Azure, or do I have the output tool configured incorrectly? I appreciate any pointers or guidance.
