SQL agent, also known as SQL server agent, is a Microsoft SQL server relational database management system (RDBMS) background tool.
I need to know if a given Job is currently running on Ms SQL 2008 server. So as to not to …
sql-server sql-server-2008 tsql sql-agentIn SQL Server Management Studio, when I "View History" for a SQL Job, I'm only shown the last 50 executions of …
sql-server ssms history sql-job sql-agentI have been experiencing a strange issue for last few weeks. On my two different servers the sql server Agent …
sql-server sql-server-2008-r2 sql-agentDear 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-agentI'm running a SQL Server 2008 64 bit Developer Edition with Service Pack 1 installed. I have a SQL Server Agent Job. Within …
sql-server sql-agent sql-agent-jobI have a SQL Server 2008 SSIS job which executes some Win 32 exe files. This job runs fine when i execute …
sql-server sql-server-2008 ssis sql-agentI want to add a parameter to a step that runs an operating system (CmdExec) in SQL Server Agent. I …
sql-server-2008 sql-agent sql-agent-jobI have a pretty basic SSIS package that is attempting to read a file hosted on a share, and import …
sql-server-2005 ssis sql-agentIs there any way to search and find ,what job holds a particular table refresh . There are multiple sql agent …
sql sql-server sql-agent-job sql-agentI am executing a stored procedure using SQL Server Agent Job in SQL Server 2005. This job was running fast until …
sql-server sql-server-2005 sql-agent-job sql-agent