I am trying to implement a scheduled task that can run once a day. I want tosend out a report to certain users each day. Does anyone have a good referrenceon how I could go about doing this?
My experience is you cant rely on the scheduler with in windows, I would goabout researching windows services. They are very useful.
SQL Server Agent is a good choice if you are running SQL server.
You mean like in ASP.NET????????????????