Top "Jobs" questions

A job is a process executing in the background, or scheduled for later execution.

Powershell: get output from Receive-Job

I have a collection of jobs that are running. When they complete I use receive-job and it writes the output …

powershell jobs
Executing SQL Server Agent Job from a stored procedure and returning job result

Need to have a stored procedure that calls a SQL Server Agent Job and returns whether or not the job …

sql sql-server sql-server-2008 tsql jobs
" The job failed" in copying database SQL Server 2012

I'm trying to copy a database. When going through the Copy Database Wizard, I'm getting a Execute SQL Server Agent …

database sql-server-2012 copy jobs agent
Oracle's dbms_metadata.get_ddl for object_type JOB

I'd like to create ddl scripts for most of my database objects. dbms_metadata.get_ddl works for most of …

oracle oracle10g jobs ora-06512 dbms-metadata
How to use wmic job get/list in CMD to get process name and location?

I need to get the exact location of a process name that a scheduled job is executing. I want to …

process location cmd jobs wmic
SLURM `srun` vs `sbatch` and their parameters

I am trying to understand what the difference is between SLURM's srun and sbatch commands. I will be happy with …

parallel-processing scheduler jobs slurm sbatch
How to succesfully run a batch file in an SQL Agent job?

Dear Stackoverflow users, I have a SQL Agent Job which generates a specific report in PDF-file and then copies the …

sql-server-2008 batch-file jobs sql-agent
How to create a scheduled job in SQL server 2008 via T-SQL?

I want to create a job which deletes records from a database after a period of time has passed. For …

sql tsql jobs schedule
Kubernetes Job Cleanup

From what I understand the Job object is supposed to reap pods after a certain amount of time. But on …

kubernetes jobs
Exit zsh, but leave running jobs open?

Just switched from bash to zsh. In bash, background tasks continue running when the shell exits. For example here, dolphin …

bash zsh jobs