What is the SQL server that has the option of Email from service?

-1

I have a Db with many emails I want to use the SQL server to send publicity mail to all the registered ones The problem is that my SQL server is 2008R2 but I think it is the express or something like that it does not have the options of Mail in Management I ask which one should I download that has this function? I need SQL server or any software that does this work for me.

    
asked by Juan Carlos Villamizar Alvarez 21.10.2018 в 19:15
source

1 answer

1

the enterprise version has the option of sending email. After that, configure the profile of the email in sql, a sp for sending with a course to sweep all the emails and send it.

    
answered by 22.10.2018 / 06:13
source