Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS and E-mail import

Author  Topic 

MichelleO
Starting Member

1 Post

Posted - 2007-06-15 : 08:50:25
Hi all,

I need to import data into my SQL Server 2005 from an E-mail datasource. It means that when a mail is send to a particular address I must retrieve the mail content or the attached file (in XML) and then I must import these data in my SQL Server 2005.

I am new in SSIS and I don't know if I can perform the import task with SSIS (with a POP3 or IMAP connector) or only with SQL Server 2005 (stored procedures) or can I manage it with C# .Net.

Thanks for your help.

Regards,

Michelle

mweaver59
Starting Member

1 Post

Posted - 2008-03-28 : 10:40:21
http://www.codeplex.com/downloadmailtask/SourceControl/ListDownloadableCommits.aspx
Go to Top of Page
   

- Advertisement -