Help Center/ Relational Database Service/ FAQs/ Log Management/ How Can I Obtain RDS for SQL Server Error Logs Using Commands?
Updated on 2025-11-11 GMT+08:00
How Can I Obtain RDS for SQL Server Error Logs Using Commands?
- .
- Run the following statement to query error logs:
EXECUTE master.dbo.rds_read_errorlog FileID,LogType,FilterText,FilterBeginTime,FilterEndTime
- FileID: indicates the ID of an error log. The value 0 indicates the latest logs.
- LogType: indicates the log type. The value 1 indicates error logs and value 2 indicates agent logs.
- FilterText: indicates a keyword, which can be NULL.
- FilterBeginTime: indicates the start time in queries, which can be NULL.
- FilterEndTime: indicates the completion time in queries, which can be NULL.
Example:
EXEC master.dbo.rds_read_errorlog 0,1,'FZYUN','2018-06-14 14:30','2018-06-14 14:31'
Figure 1 shows the query results.
Parent topic: Log Management
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.
