Join us

heart Posts from the community tagged with sql send email with query results...
Sponsored Link FAUN Team
@faun shared a link, 1 year ago

Read DevSecOps Weekly

DevSecOps Weekly Newsletter, Zeno. Curated DevSecOps news, tutorials, tools and more - Join thousands of other readers, 100% free, unsubscribe anytime. 

Story
@nataliiapolomkina shared a post, 1 year, 5 months ago
Mailtrap

Sending emails from SQL Server

Very often, we’re asked to extract some data from a database. If the request repeats regularly, it’s worth looking into automating it so you don’t have to perform this boring procedure over and over again. For this reason, you’ll probably want to send emails from SQL Server with the predefined content. And it’s not that hard to set up.

Of course, emailing in SQL Server doesn’t need to only be about exporting data. You may simply want to keep yourself (or a colleague of yours) updated when, for example, a backup is finished or a programmed job fails miserably. With built-in functionalities, this can easily be done too.

We cover several different approaches and let you choose which works best for your needs.