Viewing 2 posts - 1 through 2 (of 2 total)
I have been waiting Microsoft to provide sFTP support in SSIS. Apparently, the community responded faster! I have re-blogged this post with full credit and link/reference to this author. Thanks...
March 13, 2014 at 7:22 am
#1696761
This works for me:
Imports System
Imports Microsoft.SqlServer.Dts.Runtime
Imports System.Net.Mail
Imports System.Net
Public Sub Main()
Dim myHtmlMessage As New MailMessage()
Dim...
June 6, 2011 at 7:46 am
#1334393