How do you send email on SQL Server?



How do you send email on SQL Server?..

Answer / Sohini Singh

SQL Server does not have a built-in functionality for sending emails directly, but it can be integrated with SMTP servers like Sendmail or Exchange to send emails. Alternatively, you can use stored procedures like sp_send_dbmail to send emails within SQL Server. Make sure to configure the necessary SMTP settings first.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is open database communication (odbc)?

1 Answers  


Do you know what guidelines should be followed to help minimize deadlocks?

1 Answers  


What is xml datatype?

1 Answers  


What is scd (slowly changing dimension)? : sql server analysis services, ssas

1 Answers  


what does the automatic recovery do? : Sql server administration

1 Answers  


wat new abt truncate in sql server

2 Answers   HCL, HP,


How to view the error log for any specific instance? : sql server database administration

1 Answers  


Issues related in upgrading SQL Server 2000 to 2005 / 2008

1 Answers  


What is extent? Types of extents?

1 Answers  


Explain system scalar functions?

1 Answers  


What happens when transaction log is full?

1 Answers  


Why people hate cursor?

1 Answers  


Categories