Viewing post 1 (of 2 total)
Try taking a look at sp_makewebtask in BOL.
I have used the following example in an application that creates a small text file when data changes from a trigger.
sp_makewebtask @outputfile =...
February 10, 2004 at 8:14 am
#493393