SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs.
I'm trying to set up a Stored Procedure as a SQL Server Agent Job and it's giving me the following …
sql-server stored-procedures samba sql-server-agent bulk-loadI am using SQL Server 2008 and I need to run a SQL Job from SQL Server Agent. I am new …
sql sql-server tsql sql-server-2008 sql-server-agentI am creating a SQL Server Replication using a script. When I try to execute The job failed. Unable to …
sql sql-server replication sql-server-agentI want to start the SQL Server Agent (sql server 2008 R2 Enterprise edition), then I did: Open SQL Server configuration …
sql-server sql-server-2008-r2 sql-server-agentHow can I drop sql server agent jobs, if (and only if) it exists? This is a well functioning script …
sql sql-server sql-server-agent sql-jobI have created one sample of node js . But when I start the application is going to connection of sql …
sql-server sql-server-agentI have a Job setup in SQL Server 2008 which sends a notification email to one operator when the job fails. …
sql-server sql-server-2008 alert sql-server-agentI have a SQL Server Agent Job that previously had two steps. Today, I've had to integrate a third step …
sql sql-server sql-server-2005 ssis sql-server-agentI'm getting the following error when trying to read a SQL Job. The SELECT permission was denied on the object …
sql-server-2005 permissions sql-server-agent sql-jobThere's been a string of random occurrences of the following error in the SQL Server Agent scheduled jobs lately that …
sql-server ssis sql-server-2012 sql-server-agent