I would like to be able to interact with a Sql Server job programmatically through a web page.
What is the best way to do this? Through SMO? The job will take a long time to run, so it needs to fire and forget, and I would also like to be able to stop it.
If SMO, can anybody point me to an easy tutorial? Google gave me some fairly basic stuff but nothing substantial...
SQL Server 2008, ASP.NET MVC web app.