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
-
Connect to your SQL Server instance using SSMS.
-
Expand , and then right-click the job.
-
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
-
Connect to your SQL Server instance using SSMS.
-
Expand , and then right-click the job.
-
Click View History.
-
In the Log File Viewer, select the job to view its execution records.