Here is my next test in this series of testing things in Workflow (in case you missed the previous two you can find #1 here and #2 here). This test will be aimed at running different SQL queries using different activities. I will be using the same test data for each activity category (query, insert, update). This will just be testing the amount of time it takes to run the activity against a MS SQL database. In the case of the Insert and Update activities, they will iterate through X number of values. I will be using the ODBC Driver 18 for each test because that is the driver that we use for TLS 1.2 compatibility.
Query
1. Query Data - ODBC Driver 18
2. Custom Query - ODBC Driver 18
Insert
1. Insert Data - ODBC Driver 18
2. Custom Query - ODBC Driver 18
Update
1. Update Data - ODBC Driver 18
2. Custom Query - ODBC Driver 18
Which Workflow Data activity from each category do you think will run faster? Add a comment below with your guess. Feel free to add one guess per category (query, insert, update). I will post the results in a few days.