All Products
Search
Document Center

ApsaraDB RDS:Run a job and view job history

Last Updated:Mar 28, 2026

Use SQL Server Management Studio (SSMS) to manually run a SQL Server Agent job and check its execution history on an ApsaraDB RDS for SQL Server instance.

Prerequisites

Before you begin, ensure that you have:

Manually run a job

  1. In SSMS, open Object Explorer and expand SQL Server Agent > Jobs.

  2. Right-click the job you want to run, then click Start Job at Step. When the job finishes, the execution result is displayed.

    image

View execution records

  1. In SSMS, open Object Explorer and expand SQL Server Agent > Jobs.

  2. Right-click the job whose history you want to check, then click View History.

    image

  3. In Log File Viewer, select the job to see its execution records.