Can I create one query to run multiple update queries?

S

slowwrx137

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,
 
N

Nikos Yannacopoulos

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
 
Top