0
Hello,
You can Create SQL Project in for SQL Assembly Creation and use this into SQL Job and you can Schedule that Job.
0
hi,
I think, ASP.net is not allow you to run any method or function in scheduled, because it work on request - respone mechanism.
for that you have to write some seprate mechanism.
you can write SQL job or above describ method to acheive this.
What is purpose of your background function?
0
Hi
You have a too many Option to do like this
1.Create Window Scheduler for run Service in .Net.
2.SQL Assembly and run via Job for task in SQl.
0
This may help you.
Make the method as WebMethod -- Webservice
From the windows scheduler, call the webservice in a particular interval.