Executing Multiple Statements in Parallel
Executing multiple statements from the Query Window to the database Using the Execute Parallel command. This executes the entire query as a single request, allowing the database to execute all the statements in parallel. Multiple Answersets can be returned in the Answerset window.
Note: To submit a Transact-SQL script containing semicolons to a Microsoft SQL Server or Sybase database, use the Execute Parallel command.
1 Enter multiple statements in the Query Window.
2 Do one of the following:
F9