SQL Mail

E277000

SQL Mail was an older Microsoft SQL Server feature for sending email notifications directly from the database engine, later superseded by Database Mail.

All labels observed (1)

Label Occurrences
SQL Mail canonical 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Microsoft SQL Server feature
email notification system
alternative Database Mail using SMTP
associatedWith SQL Server Agent
surface form: SQL Server Agent alerts

SQL Server Agent
surface form: SQL Server Agent operators
category SQL Server administration feature
SQL Server programmability feature
communicationProtocol MAPI
configurationElement mail account
mail profile
configuredVia SQL Server Management Studio
surface form: SQL Server Enterprise Manager in older versions
deprecatedIn SQL Server
surface form: Microsoft SQL Server 2005
designLimitation tightly coupled with client-side mail components
developer Microsoft
documentationTopic SQL Server Books Online
executionContext SQL Server service account
introducedIn early versions of Microsoft SQL Server
knownIssue dependency on MAPI client software on the server
difficult configuration and troubleshooting
stability problems due to running in SQL Server address space
logging SQL Server error log and Agent log
migrationPath migrate to Database Mail
notSupportedIn later versions of Microsoft SQL Server
operatingSystemDependency Windows-based MAPI client
partOf SQL Server
surface form: Microsoft SQL Server
replacedBy Database Mail
requires MAPI client
Outlook client or compatible MAPI profile
runsIn SQL Server process space
securityConcern required additional software on the database server
status deprecated
obsolete
supersededBy Database Mail in SQL Server 2005 and later
supports sending email from T-SQL
xp_deletemail extended stored procedure
xp_findnextmsg extended stored procedure
xp_readmail extended stored procedure
xp_sendmail extended stored procedure
supportsFeature sending attachments via email
sending query output as email body
supportsIntegration SQL Server Agent alert system
usedBy SQL Server Agent
surface form: SQL Server Agent jobs

T-SQL scripts
database administrators
usedFor alerting database administrators by email
sending email notifications from the database engine
sending query results via email

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Database Mail replaces SQL Mail