I need to implement a tool that runs programs from SQL Server database when a DB record matches some condition. Is there a way to do it?
You can start a program using xp_cmdshell
http://msdn.microsoft.com/en-us/library/aa260689(SQL.80).aspx