How send email from database?.
Answer Posted / naveengoud
In SQL Server 2008 we have an Option called DATABASE MAIL, in earlier editions it is referred as SQL Mail.
using DATABASE MAIL we can send notifying mails to the users/administrator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the left outer join & right outer join. : sql server database administration
How to call stored procedure using http soap?
How to rename an existing column with sql server management studio?
What are the commands used in DCL?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
How many types of attribute relationships are there? : sql server analysis services, ssas
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
What is sql language?
How to use wildcard characters in like operations in ms sql server?
How are the exceptions handled in sql server programming?
Does index slows down insert statements?
What different steps will a sql server developer take to secure sql server?
What is the main purpose of having conversation group?
What is sql server database?
How to retrieve error messages using mssql_get_last_message()?