I have a series of about 40 queries that are either make tables, updates, and appends. If I turned these into SQL strings how many would be too many to run the same function in code?
I don't think there is a limit. It just takes a matter of time processing all those queries.
I consolidated all my queries in one report. If I had stuck with building queries, I'd say I would've had to maintain well over 50. It takes about 5 minutes to complete. The advantage is I don't have to sit there and wait for one make table query to finish. I just let the function execute them in order.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.