Tagged Questions

0
votes
1answer
18 views

Vista Schedule Task From Setup

I'm deploying a C# application using the Setup Wizard project in Visual Studio 2008. What is the simplest way for me to have Windows schedule my application to run at regular in …
4
votes
5answers
117 views

How to run a stored procedure every day in SQL Server Express Edition?

How is it possible to run a stored procedure at a particular time every day in SQL Server Express Edition? Notes: This is needed to truncate an audit table An alternative would …
0
votes
0answers
38 views

Quickest way to scheduled file deletion on Windows [closed]

Hello, I have a windows server machine that takes daily backup daily and each daily backup takes 1.5gb thus every night, I want to remove backup files that are older than 1 week. …
1
vote
2answers
54 views

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs m …
0
votes
1answer
28 views

How to use database server for distributed job scheduling?

I have around 100 computers and few workers on each of them. The already connect to a central database to query for job parameters. Now I have to do job scheduling for them. One j …
0
votes
4answers
54 views

How can I run a controller method as a background task?

I've heard of the various background task tools (delayed_job, starling, workling, etc) but from looking at those it seems they're really only capable of running model-based methods …
0
votes
2answers
122 views

Windows incremental backup script

I'm from a linux background, and need to run an incremental backup script on windows. I already have a batch script which dumps my database into a file. What I'd like is to only ke …
1
vote
2answers
31 views

I would like to create Visual Studio deployment project that creates some scheduled tasks in a domain environment

Hello, I want to create a Visual Studio 2008 deployment project that installed some scheduled tasks in the commit phase. I'm working in a domain environment and I would also like …
1
vote
1answer
273 views

Get last run date of task in Windows Scheduled Tasks from ASP.NET

Is it possible to get the last run date of a scheduled task in Windows Scheduled Tasks from ASP.NET? Ideally, it would be good to be able to list, start and stop these tasks as we …
0
votes
1answer
40 views

Appropriate Location for Scheduled Tasks

In Windows, where is the most appropriate place to store an executable that will be ran as a scheduled task on a server? A file share? "C:"? "C:\Windows"? Appropriate location th …
1
vote
2answers
100 views

What alternatives exist to Spring Batch to handle queued jobs?

I have been looking in to Spring Batch to solve a batch processing scenario with huge amount of data involved in each job. Are there any other solutions that compete with Spring Ba …
0
votes
2answers
58 views

ColdFusion scheduled tasks - how to secure when using <cflogin>?

I have a web-site written in ColdFusion that contains both the usual interactive web pages and some tasks run through the CF scheduler. The dir layout is / /app /scheduledTasks …
2
votes
2answers
100 views

Word Interop Not Working In A Scheduled Task

I'm currently developing a script that takes a Word document, opens it up in Word, and then prints the Word file as a PDF. Everything works great when run manually either on my mac …
0
votes
0answers
102 views

Schedule Task in Vista For all Users

I have created a schedule task, I enter an admin privileged user(UserOne) "When running the task, use the following user account:" I provided a link to an exe file from "Actions" t …
1
vote
2answers
45 views

How to run a stored procedure when SQL Server Express Edition starts?

How is it possible to run a stored procedure when SQL Server Express Edition starts?

1 2 3 4 5 9 next
15 30 50 per page