Login    
 
 
 
 
Text/HTML
  
You are here :: Blogs Saturday, May 19, 2012

Search
Note: This uses the internal blog search engine. The Google search engine is also available at the top of the page.
  
Disclaimer

Please review the site disclaimer before downloading or using content found on this site

  
Categories
  
DEVSHED Blog
As always, I welcome your comments!
Feb 18

Written by: Steve Gray
2/18/2010 10:06 AM  RssIcon

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

Tags:
Categories:
Location: Blogs Parent Separator DEVSHED Blogs Child Separator SQL
As always, I welcome your comments!
  
 
 
Home | Products | Blogs | Contact Us | Links | God's Plan
Privacy Statement | Terms Of Use
 
Copyright 2011 by Devshed.us