Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSMS messages tab auto-scroll

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!

like image 286
user2961411 Avatar asked Feb 12 '14 18:02

user2961411


1 Answers

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.

like image 118
Jason Avatar answered Sep 24 '22 06:09

Jason