SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs.
Possible Duplicate: Executing SQL Server Agent Job from a stored procedure and returning job result Is there a way to …
sql-server sql-server-agentI have a single step job that executes a stored procedure. I would like get the date of the last …
sql-server sql-server-agentI have a SSIS package running at 8 PM in the evening for the Year 2011. I would like to run the …
sql-server-2008 parameters ssis sql-server-agentIn my SQL Server agent, I did not set any notifications, then why this error is coming? I run pakg …
sql-server sql-server-2008-r2 sql-server-agentI have a .dtsx file (an SSIS package) that downloads files from an FTP server and imports data. It runs …
ssis permissions sql-server-agentIs it possible to enable or disable the sql server agent using t-sql?
sql-server sql-server-agentI have a scripted SQL Server Agent job I'm trying to transfer over to my local database from a server, …
sql-server sql-server-2008 sql-server-agentI am trying to set up the SQL Server Agent on our test server running with windows Small Business Server 2011 …
sql sql-server sql-server-2008 ssms sql-server-agentI am trying to add my email address to notifications for SQL Server Agent Job when it fails.. So I …
sql-server sql-server-agentIf you schedule a SQL Server job to run every X number of minutes, and it does not finish the …
sql sql-server scheduled-tasks sql-server-agent