Is there a way to automatically refresh the result of a query in the SQL Server Management Studio (SQL Server 2008 R2)?
Currently I’m debugging an application which automatically inserts and updates data in a database and I’d like to track the progress without having to deposit a heavy object on the F5 key.
Try this:
It will run the query 5 times, pausing for 10 seconds between each run
Output: