All Products
Search
Document Center

ApsaraDB RDS:Manually run a job and view execution records

Last Updated:Jun 20, 2026

Learn how to manually run a job and view its execution records in ApsaraDB RDS for SQL Server.

Create a job

First, connect to your SQL Server instance using Microsoft SQL Server Management Studio (SSMS). Then, follow the official Microsoft documentation to create a job.

Manually run a job

  1. Connect to your SQL Server instance using SSMS.

  2. Expand SQL Server Agent > Jobs, and then right-click the job.

  3. Click Start Job at Step.

The Start Job dialog box opens and displays the execution status. The job is successful if the status for both the Start Job and Execute Job operations is Success. Click Close.

View execution records

  1. Connect to your SQL Server instance using SSMS.

  2. Expand SQL Server Agent > Jobs, and then right-click the job.

  3. Click View History.

  4. In the Log File Viewer, select the job to view its execution records.