Interacting with Sql Server jobs programmatically
Posted
by Shlomo
on Stack Overflow
See other posts from Stack Overflow
or by Shlomo
Published on 2010-04-08T18:44:24Z
Indexed on
2010/04/08
18:53 UTC
Read the original article
Hit count: 203
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.
© Stack Overflow or respective owner