7

This is a question about SSMS rather than SQL.

I am running a loop that is constantly giving me the number of rows affected in the messages tab of Microsoft SQL Server Management Studio. It fills up the whole page every second, so I have to scroll down manually to keep up with what is going on.

Is there a setting (similar to "Scroll as results are received" in the results tab) to scroll as messages are received in the messages tab?

Thanks!

user2961411
  • 71
  • 1
  • 3

2 Answers2

6

This one is a bit old, but found myself with a similar situation. If you change the output to "Results to Text", the messages are displayed and scrolled per the option at Tools->Options-SQL Server-Results To Text:Scroll as results are received.

Jason
  • 297
  • 3
  • 11
0

It isn't an auto-scroll, but if the cursor is in the Messages window then Ctrl-End on the keyboard should take you to the bottom of the output.