-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Messages need to persist and be accurate #1753
Comments
This also affects other statistics like the output from SET STATISTICS IO (https://docs.microsoft.com/en-us/sql/t-sql/statements/set-statistics-io-transact-sql). |
It seems like tabbing to a different result tab (or, say, closing the active result tab which makes another one active) actually re-executes the underlying query of the newly active result tab. This is very dangerous behavior to be happening by default, if true. Can anybody confirm this, and/or a way to resolve this related issue? When any result tab becomes active, it should show the last queried results and messages, not re-execute the query. |
Just want to add my support to this issue since it has been open for over 2 years. It's very frustrating that the message history is not retained when switching between windows, which is not behavior that happens in SSMS. This is especially frustrating as the author mentioned when executing multiple queries since any debugging information will be lost. Would really appreciate a fix for this issue. |
Just came across this, can't quite believe messages aren't maintained between tab switching |
Steps to Reproduce:
Notice that the messages disappear (the Total Rows, statistics, Print output, etc.) disappears and the Total Execution Time increases by the original amount of time each time tabs are switched.
The text was updated successfully, but these errors were encountered: