I was wondering if there was a way to play a sound after a query has finished executing in SQL server 2005?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

If you are using SQL Server Management Studio (or Express) you can get it to beep:

Tools -> Options -> Query Results -> Play the Windows default beep when a query batch completes

SQL Server Management Studio Beep

link|improve this answer
feedback

Your Answer

 
or
required, but never shown