Advertisement

1 - 10 of 47 containing alltags:("Jobs schedule") (0.001 seconds)
Hi, I am fairly new to SQL-Server and I am wondering how to go about creating a batch job. I need to run a job on a daily basis that will integorate my SQL-Server database. I am familiar w...
Zones: MS SQL ServerDate Answered: 05/25/2001 Grade: B Views: 0
I need to start some batch files on a distant pc trough the internet and via broadband connection. This pc is behind a modem-routeur-firewall (port 80 and 21 opened). How can I send a task scheduli...
Zones: MS DOSDate Answered: 10/30/2003 Grade: B Views: 0
We need to asynchronously kick off some very long running jobs in SQL Server 2000 from our application in Cold Fusion.  Despite our best efforts, the jobs always seem to time out regardless of what...
Zones: ColdFusion Application ServerDate Answered: 07/19/2004 Grade: A Views: 0
Hi, First time doing this. I need to schedule a daily job in MS SQL 2000 to run a query and dump results to a file. Is this possible? I am looking at the schedule interface now and I can't see h...
Zones: MS SQL ServerDate Answered: 11/21/2005 Grade: A Views: 0
Hi, I want to schedule a backup job to run Mon-Wed nights every 4 weeks.  It's easy to do that in the Windows scheduler, as it has a repeat selected days every x weeks option.  In BackupExec I c...
Zones: Drives / StorageDate Answered: 01/24/2006 Grade: B Views: 0
Easy question: I want to schedule a job to run daily. No problems there. I've got it set up I think. The job has one step, and I just want to execute a stored procedure. Do I just enter the stored ...
Zones: MS SQL ServerDate Answered: 05/27/2006 Grade: A Views: 0
I am having trouble implementing this pseudo code in Java for the shortest process first algorithm of a CPU simulator: while ( no_jobs() == false) {   sort_job_list_by_time();    do   {  ...
Zones: JavaDate Answered: 03/03/2007 Grade: A Views: 6
All, I have one question about schedule job in Oracle 8.1.5. Our server is running on Win NT 4. After I schedule my job use dbms_job.submit procedure. It seems my job does not run. I change t...
Zones: OracleDate Answered: 07/05/2001 Grade: A Views: 0
I want to learn some thing about schedule a job. what is this and what are its consequencs. Also solve Suppose I have a table abc(dat date, num number)    Daily I insert a value in this tab...
Zones: OracleDate Answered: 06/08/2003 Grade: A Views: 9
Hi, I will need to update a table to certain values in the beginning of every month. Does anybody know how I can make use of the DBMS_JOB package to do that?  Every week can be handled by jus...
Zones: DatabasesDate Answered: 06/14/2004 Grade: B Views: 0