Top "Sql-server-agent" questions

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

Cannot bulk load because the file could not be opened. Operating System Error Code 3

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-load
How do I execute a stored procedure in a SQL Agent job?

I 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-agent
Could not obtain information about Windows NT group user

I 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-agent
Can't start sql server Agent

I 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-agent
SQL Server Agent Job - Exists then Drop?

How 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-job
The MSSQLSERVER service on Local Computer started and then stopped. Some services stop automatically

I have created one sample of node js . But when I start the application is going to connection of sql …

sql-server sql-server-agent
SQL Server Agent Job Notify multiple operators on failure

I 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-agent
SQL Server Agent Jobs: How to execute a job step without executing the entire job

I 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-agent
The SELECT permission was denied on the object 'sysjobs', database 'msdb', schema 'dbo'

I'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-job
SQL Server Agent - SSIS Package - Error 0x80131904 - Timeout expired

There'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