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:
An ApsaraDB RDS for SQL Server instance
SSMS installed and connected to the instance. For setup instructions, see Connect to an ApsaraDB RDS for SQL Server instance
Manually run a job
In SSMS, open Object Explorer and expand SQL Server Agent > Jobs.
Right-click the job you want to run, then click Start Job at Step. When the job finishes, the execution result is displayed.

View execution records
In SSMS, open Object Explorer and expand SQL Server Agent > Jobs.
Right-click the job whose history you want to check, then click View History.

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