Can I create one query to run multiple update queries?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 10-15 update queries that need to be ran each day. Is there a way to
create one query to run all of the update queries together? Any info is
appreciated.

Thanks,
 
What you need is a macro with a series of OpenQuery actions, one for
each update query. You can also do the same in code instead, but my
guess is you'd want to start with the macro option.

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top