Viewing 3 posts - 1 through 3 (of 3 total)
CGSJohnson (10/9/2014)
In some environments SQL Mail might not...
October 9, 2014 at 10:15 am
It's a questionable choice to use the System.Net.Mail namespace to send mail directly via SMTPClient rather than employing SQL Server's Database Mail.
This is, after all, an article that promotes...
October 9, 2014 at 4:06 am
You could also consider writing an ASP.Net web service that uses the Microsoft.Sqlserver.Dts.Runtime assembly to execute SSIS packages. If you write the web service generically so that the name of...
April 27, 2010 at 3:56 am
Viewing 3 posts - 1 through 3 (of 3 total)