I'm afraid you won't be able to directly create a task through SQL Server, but I'm not an absolute expert at your requirement. However, this is how I might approach the problem. 1) In TSQL, there is a command called, xp_cmdshell, which allows you to execute a command shell 2) Create a command-line application that would take as command line parameters the values you need to create a Task. There are significant security issues related to enabling xp_cmdshell, so you may want to evaluate those issues first.