Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2004, 04:17 PM
Registered User
 
Join Date: Nov 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Link to Exchange

I have a SQL 2000 server I want to link to an Exchange Server. Can I used linked servers to access the Exchange database? I do not want to have to import my email addresses into a SQL table for updates.

Thank you,
JLFleming
 
Old December 29th, 2004, 05:14 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

--The following line creates the linked server:
   
Code:
sp_addlinkedserver 'ADSI', 'Active Directory Service Interfaces',
Code:
'ADSDSOObject', 'adsdatasource'
 see the MSDN Help for 'ADSDSOObject' provider details.


Jaime E. Maccou
 
Old January 3rd, 2005, 08:45 AM
Registered User
 
Join Date: Nov 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default


Will this give me access to the Exchange database?

Thank you,
JLFleming
 
Old January 3rd, 2005, 09:40 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

What this will do is make a connection to Exchange to query.

Exchange does not yet store information in a structural database like SQL

Jaime E. Maccou





Similar Threads
Thread Thread Starter Forum Replies Last Post
C# Exchange arjen1984 C# 2 March 15th, 2007 03:39 AM
C# Exchange arjen1984 C# 1 March 5th, 2007 08:41 AM
Exchange DuhMaster ASP.NET 2.0 Basics 0 December 20th, 2006 04:21 AM
Microsoft Exchange sporkman43 Classic ASP Basics 0 August 20th, 2003 01:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.