external sql script from sql window

Bruce Carson

Member²
We want to run an external sql script from within a sql window. We have a script we execute via f8 and then execute an external sql script at some point in the sql window. When the external script is completed return to the original sql window. Possible?
 
Okay. Note that running external scripts is only possible from within the Command Window by using the @script.sql command.
 
Back
Top