SQL Assistant normally allows you to kick off multiple queries in sequence, if each query is in the SQL window, or if you highlight the queries you'd like to run. We just ran into an issue where a query - which ran fine by itself - would prevent any other highlighted queries from being executed when it completed. If we highlighted 4 queries to run, instead of saying "Statement 1: SELECT Submitted at ...", it would just run the first query, return the results, then stop.
↧