Click to See Complete Forum and Search --> : Run several SQL scripts


Shaowen Cheng
May 17th, 1999, 10:13 PM
Hi:

Using Oracle SQL*Plus, I can run several sql scripts this way :
> @script1
> @script2
> @script3

How can I use SQL server ISQLW tool to do the same thing?

Thanks for your kind help.