Tips
Sending email from SQL Server Integration Services (SSIS)
Sending an email is a frequent requirement to notify a user on the occurrence of certain events, especially if an unexpected event happens. SSIS provides a built-in "Send Mail Task" to send email in these circumstances. The Send Mail Task is quite simple and straight forward in its configuration and use, but it has some inherent limitations. In this tip we look at how to use the Send Mail Task and some of its limitations.
Sending HTML formatted email in SQL Server using the SSIS Script Task
In part 1 of this tip series, I discussed using the built-in Send Mail Task which is quite simple to use and can be used in a scenario where you need to send plain text email with less development efforts. In this second tip, I am going to discuss the use of the Script Task to overcome the limitations imposed by the Send Mail Task. In this tip, I will show how you can send HTML formatted emails from SSIS using the Script Task or rather sending emails using the .Net capabilities from your SSIS package.
Top 10
Sending email from SQL Server Integration Services (SSIS)
Sending an email is a frequent requirement to notify a user on the occurrence of certain events, especially if an unexpected event happens. SSIS provides a built-in "Send Mail Task" to send email in these circumstances. The Send Mail Task is quite simple and straight forward in its configuration and use, but it has some inherent limitations. In this tip we look at how to use the Send Mail Task and some of its limitations.
Sending HTML formatted email in SQL Server using the SSIS Script Task
In part 1 of this tip series, I discussed using the built-in Send Mail Task which is quite simple to use and can be used in a scenario where you need to send plain text email with less development efforts. In this second tip, I am going to discuss the use of the Script Task to overcome the limitations imposed by the Send Mail Task. In this tip, I will show how you can send HTML formatted emails from SSIS using the Script Task or rather sending emails using the .Net capabilities from your SSIS package.
Last 10
Sending HTML formatted email in SQL Server using the SSIS Script Task
In part 1 of this tip series, I discussed using the built-in Send Mail Task which is quite simple to use and can be used in a scenario where you need to send plain text email with less development efforts. In this second tip, I am going to discuss the use of the Script Task to overcome the limitations imposed by the Send Mail Task. In this tip, I will show how you can send HTML formatted emails from SSIS using the Script Task or rather sending emails using the .Net capabilities from your SSIS package.
Sending email from SQL Server Integration Services (SSIS)
Sending an email is a frequent requirement to notify a user on the occurrence of certain events, especially if an unexpected event happens. SSIS provides a built-in "Send Mail Task" to send email in these circumstances. The Send Mail Task is quite simple and straight forward in its configuration and use, but it has some inherent limitations. In this tip we look at how to use the Send Mail Task and some of its limitations.