I'm being tasked with importing emails regarding service interruptions
from several different ISP's into SQL Server 2008 R2. I've never done
this before. Where should I start?
Thanks,
Eric
Hi
You don't say how you are going to get access the email? You can use
SQLMail to access a mailbox, but in SQL 2008 SQLMail is only present
for backward compatibility and could be dropped in a future version.
SQLMail requires a MAPI client which usually means installing Outlook
on the server which has security implications.
John
--Mary
On Wed, 1 Sep 2010 13:08:11 -0700 (PDT), "new DBA in '09"
<ericb...@gmail.com> wrote:
Much appreciated.