Search code examples
sqlsql-servert-sqlsql-server-2008sql-server-agent

Any solutions to test SQL Agent Job immediately to ignore schedule


I am using SQL Server 2008 and I want to test the execution correctness of my SQL Server Agent job immediately to ignore the schedule. Any ideas?

thanks in advance, George


Solution

  • In SSMS, under the "SQL Server Agent" node, open the "Jobs" subnode and find your job, right click on it and select "Start Job" - that'll start and run the job right away.

    alt text

    Marc