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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20122854.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20780995.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_21009596...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21638264.html
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...
http://www.experts-exchange.com/Storage/Misc/Q_21698570.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21865635.html
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
{
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22421620.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20145918.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20609308.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21009255.html
Zones:
DatabasesDate Answered: 06/14/2004 Grade: B Views: 0