Skip to content
Monday, June 23, 2025

Ramblings of a Crafty DBA

  • Home
  • About John

Tag: sp_send_dbmail

Monitoring Database VLF’s

December 19, 2012October 11, 2017 admin

The transaction log file records all transactions and the database modifications made by each connection. Heavy application processing against the database can make the transaction log grow quickly. Each physical log file is divided into smaller logical units called virtual log files (VLFs). If there is no auto-growth setting on the log file, the database will stop working, be marked as suspect, when you run out of space. Therefore, it is important to monitor database file space, both data and log, so this does not happen. I will present a…

Database AdminBrad McGhee, CATCH, CURSOR, David Levy, DBCC LOGINFO, Error handling, free code, HTML Email, John F. Miner III, sp_send_dbmail, Table Variable, Transaction Log File, TRY, TSQL, Virtual Log FilesLeave a comment

Database Mail – Part 1

October 1, 2011October 15, 2017 admin

Database Mail is an enterprise solution for sending e-mail messages from the SQL Server Database Engine. It is very important to configure mail on any server that you manage. Error and performance alerting as well as SQL agent job outcomes depend upon this service for notifications. I am going to copy a paragraph directly from Microsoft TechNet since I can not say it in any better in my own words. Database Mail is designed on a queued architecture that uses service broker technologies. When users execute sp_send_dbmail, the stored procedure…

Database Admindatabase administrator, database mail, dbmail, John F. Miner III, sp_send_dbmail, sysmail_account, sysmail_add_account_sp, sysmail_add_principalprofile_sp, sysmail_add_profileaccount_sp, sysmail_add_profile_sp, sysmail_attachments, sysmail_attachments_transfer, sysmail_configuration, sysmail_configure_sp, sysmail_delete_account_sp, sysmail_delete_log_sp, sysmail_delete_mailitems_sp, sysmail_delete_principalprofile_sp, sysmail_delete_profileaccount_sp, sysmail_delete_profile_sp, sysmail_help_account_sp, sysmail_help_configure_sp, sysmail_help_principalprofile_sp, sysmail_help_profileaccount_sp, sysmail_help_profile_sp, sysmail_help_queue_sp, sysmail_help_status_sp, sysmail_log, sysmail_mailitems, sysmail_principalprofile, sysmail_profile, sysmail_profileaccount, sysmail_query_transfer, sysmail_send_retries, sysmail_server, sysmail_servertype, sysmail_start_sp, sysmail_stop_sp, sysmail_update_account_sp, sysmail_update_principalprofile_sp, sysmail_update_profileaccount_sp, sysmail_update_profile_sp8 Comments

Search Site

Categories

  • Database Admin (43)
  • Database Developer (81)
  • Fabric (6)
  • Other (39)
  • Power Query (4)
  • Presentations (66)
  • SQL Tidbits (101)

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Crafty Dba © 2024

Proudly powered by WordPress | Theme: AcmeBlog by Acme Themes