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
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
Which autogrowth database setting is good?
What happens when converting big values to integers?
What are character string data types in ms sql server?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
What is acid db?
Differentiate between a having clause and a where clause.
What do you mean by the term 'normalization'?
How does a profiler work?
How do I schedule a sql server profiler trace?
What are rows and columns?
What are the new scripting capabilities of ssms? : sql server management studio
Which joins are sql server default?
How to test a dml trigger in ms sql server?
Explain what are commit and rollback in sql?