Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting SQL databsae to global address list

Status
Not open for further replies.

boatdrinks

IS-IT--Management
Jun 18, 2004
51
US
I am running sql 2000 and exchange 2000. How can I create a sql table from the exchange global address list? I want to continue to update it then afterwords..
 
They was I was able to do this on Exchange 5.5 (and there may be a cooler way to do it on Ex 2k) was to use one of the exchange command line tools to export the GAL to a CSV, the import the data into the SQL Server via bulk insert, and process it accordingly.

Since Exchange 2k is based on AD you should be able to setup a linked server to the directory service in AD. Here is a Microsoft article on getting it setup.
Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top