Created
January 25, 2016 17:34
-
-
Save tkMageztik/4149363971da7dcedd2d to your computer and use it in GitHub Desktop.
tablas importantes troubleshotting correo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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