sql-server-agent Questions
2
Solved
I have a schedule that does something daily, every two hours in a time interval. I want to set an end date for this schedule, but I'm wondering if it is inclusive or exclusive. In other words, if I...
Perorate asked 25/3, 2011 at 12:25
5
Possible Duplicate:
Executing SQL Server Agent Job from a stored procedure and returning job result
Is there a way to determine when a sql agent job as finished once it has been start...
Proprietary asked 13/12, 2008 at 13:34
3
Solved
How can I drop sql server agent jobs, if (and only if) it exists?
This is a well functioning script for stored procedures. How can I do the same to sql server agent jobs?
if exists (select * from d...
Hardin asked 25/9, 2008 at 23:7
1
Solved
SQL Server Jobs / Schedules - US vs. UK Daylight Savings Adjustment
We have a UK based server which needs to run a SQL Agent Job at 16:30 (US Central time – this may seem strange but it because of...
Matteson asked 1/5, 2012 at 13:4
6
Solved
I have a number of SQLServer agent scheduled jobs, one of them performs a full database backup. I want to disable some other jobs when backup begins and re-enable them once backup is done. What is ...
Hannus asked 23/3, 2011 at 15:41
2
Solved
How can I backup and restore SQL Server 2005 Agent job schedules?
Decastro asked 7/7, 2009 at 18:37
3
Solved
I prefer to keep our SSIS packages in a solution on the server, not in sql. By default, sensitive data is encrypted with a user key. Since the sql server agent uses a service account to run jobs, w...
Exclosure asked 5/11, 2008 at 20:40
1
Solved
I have a SSIS package running at 8 PM in the evening for the Year 2011.
I would like to run the same package at 8:30 PM for the Year 2010.
I made a SSIS Package configuration file and accept the ...
Playreader asked 5/12, 2011 at 11:50
1
Solved
I would like to know what happens if an agent job (with recurring interval) in MS SQL server runs long enough so that it overlaps recurring execution.
According to my tests, paralleled execution do...
Hallucinatory asked 19/9, 2011 at 22:3
1
Solved
None of the SQL Jobs on my server are running. I've looked into this and got the message:
SQLServerAgent is not currently running so it cannot be notified of this action
How can I get SQL ...
Anhydride asked 14/7, 2011 at 9:33
1
Solved
I am trying to add my email address to notifications for SQL Server Agent Job when it fails..
So I go SQL Server agent, open up the jobs, right click on the job and select properties and then noti...
Enamor asked 18/4, 2011 at 13:34
1
Solved
I have some scheduled jobs in my SQL Agent:
Job1, executing every 2 minutes
Job2, executing every 10 minutes
Job3, executing every 15 minutes
As you can see, multiple jobs can run simultaneousl...
Generalize asked 19/10, 2010 at 12:54
1
Solved
I came across these two services separately running in Services.msc -
SQL Server (SQLEXPRESS) - started+Automatic
SQL Server Agent (SQLEXPRESS) - Disabled
Can you please guide why do we need ...
Ethnogeny asked 19/10, 2010 at 8:15
2
Solved
I have just had a scheduled SQL Server job run for longer than normal, and I could really have done with having set a timeout to stop it after a certain length of time.
I might be being a bit blin...
Engird asked 19/10, 2009 at 13:11
1
Solved
I'm looking for a way to periodically (e.g. weekly) run some SQL statements in a database to delete old data. As far as I can see, there are (at least) two ways to do this:
using a "Maintenance P...
Apelles asked 5/10, 2009 at 11:35
2
Solved
I have scheduled sql agent task which runs an SSIS package. I want to be able to run the SSIS package from .net. Is there a way to either run the SSIS package directly or at least run the SQL agent...
Reiko asked 6/8, 2009 at 8:24
3
Solved
If I know the database server name, instance name and the SQL Server job name, how to delete a SQL Server job by its name in a simple way? I am writing scripts which will be called by sqlcmd to del...
Pinkham asked 2/8, 2009 at 16:16
2
Solved
I am using SQL Server 2008 and I need to run a SQL Job from SQL Server Agent. I am new to SQL Server Job and I want to execute a stored procedure regularly from a SQL Server Job. But I did not find...
Iveson asked 1/8, 2009 at 9:55
1
Sql server 2005 service pack 2 version: 9.00.3042.00
All maintenance plans fail with the same error.
The details of the error are:-
Execute Maintenance Plan
Execute maintenance plan. test7 (...
Chaunceychaunt asked 28/5, 2009 at 15:26
3
Solved
If you schedule a SQL Server job to run every X number of minutes, and it does not finish the previous call before the # of minutes is up, will it skip the run since it is already running, or will ...
Poulter asked 14/5, 2009 at 18:47
© 2022 - 2025 — McMap. All rights reserved.