How send email from database?.

Answers were Sorted based on User's Feedback



How send email from database?...

Answer / preeti singh

xp_Sendmail

Is This Answer Correct ?    10 Yes 4 No

How send email from database?...

Answer / 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

How send email from database?...

Answer / paruva

Hi All For sending Email from Data Base U can Go through
this article.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More SQL Server Interview Questions

Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

0 Answers  


what is the output for this query select * from employee where 1=1;

4 Answers  


How to find the date and time of last updated table?

3 Answers  


What are commonly used mssql functions in php?

0 Answers  


What is mapping schema?

0 Answers  






Explain table valued parameters in sql server? Why tvp used?

0 Answers  


Can we write ddl in trigger?

0 Answers  


What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?

0 Answers  


Detail about query optimizer?

0 Answers  


What are exact numeric data types in ms sql server?

0 Answers  


What is the difference Between Sql-server 2000 & 2005

3 Answers   Value Labs, Wipro,


do you know how to configure db2 side of the application? : Sql server database administration

0 Answers  


Categories