Personal Notes of Edwin Eu

How to setup Database Mail in Microsoft SQL Server 2008 R2.

In Microsoft SQL Server on 02/24/2012 at 11:33 AM

 

How to setup Database Mail in Microsoft SQL Server 2008 R2.

  1. Enable and configure Email
  2. Create Profile and Account
  3. Configure Email.

USE master
GO

EXEC sp_configure ‘show advanced’, 1
GO
RECONFIGURE
GO

EXEC sp_configure ‘Database Mail XPs’, 1
GO

RECONFIGURE WITH OVERRIDE
GO

1. Open SQL Server Management Studio –>Expand Management Node —> Right click Database Mail —> Select Configure Database Mail.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Click Add

 

 

 

 

 

 

Click Next

 

 

 

 

 

 

Click Next

 

 

 

 

 

 

Click Next

 

 

 

 

 

 

Click Finish to complete the setup

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: