Hi Folks,
I was wondering if it’s possible to make a call to an IIS AppPool from a SQL Server Job (2005). I am basically looking to have a job monitor a table for an event and if a condition is fired I want to call IIS and shutdown a specific AppPool.
I presume I can do this thru the CLR and .NET from the SQL Server Job but wondered was there an easier way/better way to approach this?
Cheers, Conor