Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run application on SQL query, trigger

Status
Not open for further replies.

HebieBug

Programmer
Joined
Jan 8, 2001
Messages
354
Location
JP
Was wondering if anyone knows how to run an application from the query analizser?
Eventually it would be a trigger that on insert it would startup an application that would take the record from the SQl server and start working with it.
In the past as developers we have just setup an application that would fire a SQL command off to SQL every x seconds until there was a new record to work with. The problem with that is the ammount of hits sql would take and the memory needed to keep the application runing.
Any one have any ideas
 
master..xp_cmdshell 'net start application_name'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top