Time related functionality...

  • Thread starter Thread starter RAB
  • Start date Start date
R

RAB

Hello,

I am looking for a function that will be executed when the the server
clock ticks past midnight into a new day. I only want this function to
fire the one time each day. How would I do this do this?

Thanks,
RABMissouri2006
 
create console application that performs the function. Install it on the
server. Create a Windows Scheduler on the Server and call the application.
 
Back
Top