I use SQL Server Management Studio (2008 R2) and I don’t have sound/speakers. How can I get a visual notification when a query is done (perhaps a popup notification)? Currently, I have to constantly ping/check to see whether my query is done executing and it’s getting tiring.
Advertisement
Answer
You could always put the query in a SQL Agent job step and get it to email you when it’s finished.