How to make scheduler in SQL 2008 for Stored Procedure

  • Hi,

    I have created a stored proc. But that stored proc result should be saved into a xml file. But that xml file is to be refreshed after every 20 seconds.

    Can anyone send me the code how to save output to file and then make a scheduler for executing that stored proc every after 20 seconds ?

  • create an agent job to run the stored proc every 20 seconds.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply