Site Search:
Sign in | Join | Help
4Penny.net

SQL Server (T-SQL)

Comments and notes on SQL Server 2000, 2005, and T-SQL

Configuring SQL database mail on a SQL 2005 server

Take the following steps to configure SQL mail on a SQL 2005 server:

Execute this script:

use master
go
sp_configure 'show advanced options',1
go
reconfigure with override
go
sp_configure 'Database Mail XPs',1
go
reconfigure
go

 In MANAGEMENT > DATABASE MAIL, right click and select CONFIGURE DATABASE MAIL

Select SET UP DATABASE MAIL...

Create a profile.

 Make the account a public profile. Important: in the 'Manage Profile Security' page, make your profile a 'default profile'

Click on SQL SERVER AGENT > OPERATORS and create an operator

 

 

 

 

 

Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add

About Steve Gray

Steve is a seasoned (translate: old) developer in VB and ASP.NET. He spends most of his time in Dynamics GP, writing custom mods for consulting firms. Crystal reports, eConnect, VS Tools for Dynamics... anything that comes along.