Viewing the Mail Configuration Objects
The first set of msdb
objects we’ll review are those related to system objects such as profiles, profile security, and accounts:
• sysmail_profile
—Contains basic profile data, including the unique profile_id
, name
, description
, last_mod_datetime
, and last_mod_user
name. You execute sysmail_help_profile_sp
to retrieve this data by @profile_name
or @profile_id
.
• sysmail_principalprofile
—Contains profile security settings, including the profile_id
, associated principal (or user) (principal_SID
), profile default status (is_default
: 1
for yes or 0
for no), last_mod_datetime
, and last_mod_user
name. You execute sysmail_help_principalprofile_sp
to retrieve this data by @profile_name
, @profile_id
, @principal_name ...
Get Microsoft® SQL Server 2008 R2 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.