This commit is contained in:
2025-07-07 09:09:23 +02:00
parent 9055f93195
commit 809b1aa75d
96 changed files with 1120 additions and 1120 deletions

View File

@@ -1,6 +1,6 @@
{
"id": "d51f5094-34a8-4d58-804f-b9e2e535e5f7",
"prefix": "check_mail_log",
"description": "list entries from dbmail that had an error",
"body": "SELECT \r\n l.[log_id]\r\n ,l.[log_date]\r\n ,l.[description]\r\n ,i.[mailitem_id]\r\n ,i.[recipients]\r\n ,i.[subject]\r\n ,i.[body]\r\nFROM msdb.dbo.[sysmail_log] l\r\n JOIN msdb.dbo.[sysmail_allitems] i ON i.[mailitem_id]=l.[mailitem_id]"
{
"id": "d51f5094-34a8-4d58-804f-b9e2e535e5f7",
"prefix": "check_mail_log",
"description": "list entries from dbmail that had an error",
"body": "SELECT \r\n l.[log_id]\r\n ,l.[log_date]\r\n ,l.[description]\r\n ,i.[mailitem_id]\r\n ,i.[recipients]\r\n ,i.[subject]\r\n ,i.[body]\r\nFROM msdb.dbo.[sysmail_log] l\r\n JOIN msdb.dbo.[sysmail_allitems] i ON i.[mailitem_id]=l.[mailitem_id]"
}