Skip to content

Instantly share code, notes, and snippets.

@tkMageztik
Created January 25, 2016 17:34
Show Gist options
  • Save tkMageztik/4149363971da7dcedd2d to your computer and use it in GitHub Desktop.
Save tkMageztik/4149363971da7dcedd2d to your computer and use it in GitHub Desktop.
tablas importantes troubleshotting correo
USE msdb
GO
sysmail_help_queue_sp @queue_type = 'Mail' ;
SELECT * FROM sysmail_allitems ORDER BY send_request_date DESC
SELECT * FROM sysmail_sentitems ORDER BY send_request_date DESC
SELECT * FROM sysmail_unsentitems
SELECT * FROM sysmail_faileditems
SELECT * FROM sysmail_event_log ORDER BY log_date DESC
SELECT * FROM sysmail_mailitems ORDER BY send_request_date DESC
SELECT * FROM sysmail_log ORDER BY log_date DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment