During execution of multiple sql statements there is no indication of progression. It would be nice if there was some display of how the execution is processing with number of statements executed successfully, and number of statements executed with errors in some type of progress bar.
There could also be additional output showing some details about each statement in some type of scrolling results list. For instance it would show the execution date/time, execution duration, number of rows selected/affected.
|
95 KB
@jason : You can enable Client Statistics in the Query Analyzer window and see properties like Number opt SELECT Statements, Rows affected, User transactions, Number of Server requests, Time Statistics.
See an example from SQL Server while executing multiple SQL statements with Client Statistics ON.
For the Progress Bar, we do have improvements logged which our developers will look into a future version
Issue #12967 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
@jason : You can enable Client Statistics in the Query Analyzer window and see properties like Number opt SELECT Statements, Rows affected, User transactions, Number of Server requests, Time Statistics.
See an example from SQL Server while executing multiple SQL statements with Client Statistics ON.
For the Progress Bar, we do have improvements logged which our developers will look into a future version