Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 2nd, 2005, 06:01 AM
Authorized User
 
Join Date: Jul 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Mail Option in SQL SERVER

Hi,
Any one know how to send e-mail using SQL SERVER.
Please let me know the steps and set up(if any) for sending a mail.

Thanks in advance.

Regards,
Ram.

 
Old August 2nd, 2005, 12:08 PM
Registered User
 
Join Date: Aug 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Make sure SQL Mail is running (test it in Enterprise Manager -> select the server name, then click Support Services -> SQL Mail and test to see if it's working).

Then use the xp_sendmail extended stored procedure.

Format (incl. passing a SQL query to the mail):
EXEC xp_sendmail @Recipients='[email protected]', @Subject='Subject', @message='Message', @query='Select field from table'






Similar Threads
Thread Thread Starter Forum Replies Last Post
sending mail from sql server pady123 SQL Server 2005 0 October 17th, 2008 01:58 AM
Send mail from sql server Manoah SQL Server 2005 1 July 15th, 2008 01:32 AM
Autoclose option in SQL server 2005 express ? jeyaprabhuj SQL Server 2005 1 March 22nd, 2007 02:38 PM
How to Use the Mail Option in ASP tks_muthu Classic ASP Components 1 February 5th, 2005 09:23 AM
Mail Notification in MS SQL Server Kilian SQL Server 2000 0 July 9th, 2003 09:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.