Exchange and SQL Server - Any ideas?
I had a customer enquire about configuring Exchange to pull down email addresses from a SQL Server database. It’s never been something I’ve seen. So putting this one out to the community. Any ideas?
Del.icio.us : community, exchange
This entry was posted
on Tuesday, November 28th, 2006 at 12:27 pm and is filed under Exchanging Messages.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Amit Zinman Says:
November 29th, 2006 at 8:32 am
Scripting is really the answer. You should right a synchronization application which reads from SQL and writes contacts to Active Directory, similar to the one I wrote for Excel.
chris Says:
November 29th, 2006 at 8:58 am
Thanks for the help. That kinda makes sense.