I frequently run long and complex queries in TOAD for SQL Server. Currently, TOAD only displays the execution duration after the query completes. It would be extremely helpful to have a real-time display of query duration while the code is executing.
This feature could be implemented in several ways:
- A live timer in the status bar or output pane that starts when the query begins and updates every second.
- An optional setting to enable/disable real-time duration tracking for performance-sensitive environments.
- Integration with session monitoring to show elapsed time alongside session ID and query status.
Benefits:
- Improves visibility into query performance.
- Helps developers and DBAs identify long-running queries early.
- Enhances usability and aligns with features available in other tools like SSMS.
Please consider adding this feature in a future release. It would be a valuable enhancement for many users who rely on TOAD for daily database development and performance tuning.
Thank you!