How We Can Fire Query On Specific Time Like Triegger
How It Possi开发者_Go百科ble Unpublished Record On Base Specific Time Like 22-03-2011 11:01 Pm All Record Are Unpublished It Is Possible From Sql Server Side.
Please Give Suggestion if it possible from
This type of task is better served with a Windows Service or Scheduled Task.
If you really want to keep your code in your ASP.NET application, place it in a page or handler and then create a scheduled task to call that URL, using, for example, cURL
Another option would be to look at something like Quartz.NET
精彩评论