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
What the different topologies in which replication can be configured?
Write an SQL query to obtain the 2nd highest salary.
How to get all stored procedures in sql server?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What is full outer join in sql server joins?
What is an identity column in insert statements?
What is difference between delete and truncate commands?
Why de-normalization required?
What is acid mean in sql server?
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
What is the template in sql?
Can sql servers linked to other servers like oracle?
What are the differences between DDL, DML and DCL in SQL?
Is null vs coalesce?
What are the different methods available under sqlcommand class to access the data?