Allow messages to display run time for each batch when there are multiple batches #939
Closed
Description
- MSSQL Extension Version: 1.1.0
- VSCode Version: 1.14.0
- OS Version: Windows 10
Steps to Reproduce:
- enter two separate queries, separated by GO in teh editor window
- execute query for the full windows
- Messages window will display start time, starting line # and # of affected rows for each message. Then it will display the total running time.
Is it possible to display the running time for each batch in addition to the total?
THanks