blah blah blah is here! blah blah » Close

0
votes
1 answers

Scheduled Task

I have a C# console application that extracts data from SQL server tables and pushes into an Excel file. It is a command line program. If I execute it from Windows command prompt it works perfectly fine, but if I schedule it with Windows Sc ...

0
votes
2 answers

C# .NET Scheduled Timer

I am looking for something similar to the below link http://www.codeproject.com/KB/dotnet/ABTransClockArticle.aspx but the above link source code seems not easy to use. I want to do some scheduled tasks easily in C#.NET, e.g to perfo ...

Feedback