I have created a VBA loop, and SQL statement is inside the loop. The code runs fine, no issue at all. So this is for workplace task, I have permission to use the data (as I can run query on the database).
But my question: What would IT admin (or database Admin) think of an employee running thousands of query on the database within 20 minutes? Does it matter? Is it a normal thing for employee to do? Do they think the action as some kinds of "database attack"? Or I should intentionally place a few seconds pause before running next query? If I add 3 seconds to each query and there is 1000 query, then it adds additional 3000 seconds (50 minutes) of running time, not a good option too.
Bookmarks