For that i want to enable the Database Mail.
i Referred the article from the link
http://www.db-staff.com/index.php/microsoft-sql-server/90-configure-database-mail
But in my system i'm not having the Database Mail Option in SQL Sever 2005.
In Surface Area Configuration is Like this.
How to Enable the DataBaseMail in SQL Server 2005.
Suthish NairPosted Jun 7, 2011, 6:51 AM
I can't help more... Try do a good web search or contact your DB Administrator.
or try link (http://pwilkosz.wordpress.com/2009/10/04/configuring-database-mail/) ...
exec sp_configure 'show advanced options', 1
go
reconfigure with override
go
exec sp_configure 'Database Mail XPs', 1
go
reconfigure with override
go
Prabhu MPosted Jun 7, 2011, 5:27 AM
I Tried this article,
But i got an error as
Suthish NairPosted Jun 6, 2011, 6:04 AM
Prabhu MPosted Jun 6, 2011, 5:52 AM
Abhimanyu K VatsaPosted Jun 6, 2011, 5:09 AM
in addition with above articles, read Pinal sir's article
http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/
Prabhu MPosted Jun 6, 2011, 3:36 AM
http://www.sqlserverclub.com/articles/how-to-set-up-database-mail-on-sql-server-2005.aspx
To Cofigure the Database Mail
But i'm not Having the Database Mail option in my SqlServer2005.
its like
How to Solve this problem/
Prabhu MPosted Jun 6, 2011, 3:33 AM
Jaganathan BantheswaranPosted Jun 6, 2011, 3:08 AM
Read this article