Top "Sql-server-agent" questions

SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs.

SQL Server agent job account issue

I am using SQL Server 2008. I am confused about which account will be used when a SQL Server agent job …

sql sql-server sql-server-2008 sql-server-agent
How to accurately detect if a SQL Server job is running and deal with the job already running?

I'm currently using code like this to detect if a SQL server job is running. (this is SQL Server 2005, all …

sql-server tsql sql-server-agent sql-agent-job
Where does SQL Server Agent save jobs?

My server is down and I can only get the harddisk from it. I found my database and copied it …

sql sql-server restore sql-server-agent
SQL Server Agent not running

None of the SQL Jobs on my server are running. I've looked into this and got the message: SQLServerAgent is …

sql-server-2008 sql-server-agent sql-job
Notify Operator if ANY step in job fails

Can I (How do I) configure Sql Server 2008 to notify an operator if any step in the Job fails? I …

sql-server notifications database-administration sql-server-agent server-administration
SQL Server (SQLEXPRESS) and SQL Server Agent (SQLEXPRESS)

I came across these two services separately running in Services.msc - SQL Server (SQLEXPRESS) - started+Automatic SQL Server …

sql-server sql-server-express sql-server-agent
How to monitor SQL Server Agent Job info in C#

I need to create an application for monitoring SQL Server 2000 Agent Job status and info when Job occur same as …

c# sql-server-2000 sql-server-agent
How to get the last run job details in SQL

How to get the last run job details in SQL Server Agent using SQL including the step details only for …

sql sql-server sql-server-agent
Access Denied error when running job in SQL Server Agent

I am trying to get SQL Server Agent to run a program with arguments (as a Operating system CmdExec job …

sql-server sql-server-agent
SQL Server Agent Error on running an SSIS package

When trying to execute an SSIS package I get the following error: Date 14/08/2013 15:02:42 Log Job History (test) Step ID 1 Server …

ssis sql-server-agent