Disclaimer: This article may contain information about third-party products. Such information is for reference only. Alibaba Cloud does not make any guarantee, express or implied, with respect to the performance and reliability of third-party products, as well as potential impacts of operations on the products.

Introduction

RDS SQL Server how to manually execute a job on an instance and view the execution records.

Background

Alibaba Cloud reminds you that:

  • Before you perform operations that may cause risks, such as modifying instance configurations or data, we recommend that you check the disaster recovery and fault tolerance capabilities of the instances to ensure data security.
  • You can modify the configurations and data of instances including but not limited to Elastic Compute Service (ECS) and Relational Database Service (RDS) instances. Before the modification, we recommend that you create snapshots or enable RDS log backup.
  • If you have authorized or submitted security information such as the logon account and password in the Alibaba Cloud Management console, we recommend that you modify such information in a timely manner.

Manually run a job

  1. Use a client to connect to an instance.
  2. Click SQL Server Agent > Job, create a job on the right-click the dataset folder.
  3. Click job start step.
  4. After the job is executed, it displays success or failure.

View job execution records

  1. Use a client to connect to an instance.
  2. Click SQL Server Agent > Job, create a job on the right-click the dataset folder.
  3. Click view history.
  4. You can select a job in log file viewer to view the execution records of the job.

Application scope

  • ApsaraDB RDS for SQL Server