SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs.
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-agentI'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-jobMy 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-agentNone 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-jobCan 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-administrationI came across these two services separately running in Services.msc - SQL Server (SQLEXPRESS) - started+Automatic SQL Server …
sql-server sql-server-express sql-server-agentI 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-agentHow to get the last run job details in SQL Server Agent using SQL including the step details only for …
sql sql-server sql-server-agentI am trying to get SQL Server Agent to run a program with arguments (as a Operating system CmdExec job …
sql-server sql-server-agentWhen 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