Skip to content
Advertisement

SQL Server notification when query is done?

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.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement