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
 General SQL Server Forums
 New to SQL Server Programming
 Import data from SQL Server DB to Outlook

Author  Topic 

dovobez
Starting Member

2 Posts

Posted - 2009-11-01 : 13:21:32
I have created Tables containing data on a SQL Server Database, (NOt COmpact). What I now wish to do is to export that data so that I can create a contact in outlook with it, or simply output the data to email. Can anyone provide any help on this, i would really appreciate this:)

Cheers

Knowledge is Power, but power isnt always knowledge

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2009-11-02 : 03:35:31
Hello Dovobez

This may be a long way around but i would suggest saving sql server data to csv file ie (excel) then
importing your contacts into outlook using the csv file. At the moment i dont know a quicker way of
doing this. I should imagine you could do this using SSIS. But for a one off just use the
SSMS wizards.

Kind Regards

Rob
Go to Top of Page

dovobez
Starting Member

2 Posts

Posted - 2009-11-02 : 05:17:45
Hi Masterdineen

I had thought of this too but I dont see the difference from reading a csv or a SQL database. because it is a project im working on, i am trying to actually implement it rather than use the wizard.

Knowledge is Power, but power isnt always knowledge
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2009-11-02 : 05:31:53
have a look at this you never know

http://msdn.microsoft.com/en-us/library/aa155737(office.10).aspx

MCTS certified
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2009-11-02 : 06:06:32
i would have a look at ssis for good automation.

MCTS certified
Go to Top of Page
   

- Advertisement -