I
Ivan Mascovich
I have sequence of update queries I need to execute to set up a databased.
How can I execute other than entering them one at a time?
How can I execute other than entering them one at a time?
Ivan
Not sure what you mean by "entering them one at a time"?
Do you already have the queries built, and are trying to run the
sequence? If so, you could run the set of them in a procedure, or in a
macro.