View Full Version : Multiple queries


toutski
09-18-2001, 03:12 AM
I am updating a set of tables and am making a few changes. I can do all the changes I need to using single queies. Is it possible to combine all the queries into one window?
I am trying to mirror a script written for some SQL server tables.

arickards
09-18-2001, 06:00 AM
If you want to execute a series of queries use a macro. That should work if I'm understanding you correctly.

toutski
09-18-2001, 06:11 AM
I had a feeling you were going to say that!

Many thanks.