Jason wrote:
> Here is my situation. I require a database link from either a web app or
> other db system, which are on the outside of two firewalls, to my SQL Server
> 2005 db which is inside the 2nd firewall. The Oracle Connection Manager acts
> as sort of a proxy server and sits in the middle of the two firewalls. The
> client may make requests to the CM and the CM has the ability to communicate
> with the Oracle database. Since the CM and the client or other db mngmt
> system are configured to talk on the same port, the request can be handled
> and the data passed from the CM to where the request originated. Anything in
> the Windows world that accomplishes this?
>
>
>
> "William (Bill) Vaughn" wrote:
>
>> SQL Server connections are handled by the client and the server in entirely
>> different ways. There is no equivalent to this unless you count the SQL
>> Server Surface Area Configuration Utility or Configuration Manager
>> utilities.
>>
>> --
>> ____________________________________
>> William (Bill) Vaughn
>> Author, Mentor, Consultant
>> Microsoft MVP
>> INETA Speaker
>>
www.betav.com/blog/billva >>
www.betav.com >> Please reply only to the newsgroup so that others can benefit.
>> This posting is provided "AS IS" with no warranties, and confers no rights.
>> __________________________________
>> Visit
www.hitchhikerguides.net to get more information on my latest book:
>> Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
>> and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
>> -----------------------------------------------------------------------------------------------------------------------
>>
>> "Jason" <Jason@discussions.microsoft.com> wrote in message
>> news:D8E08170-16FA-4DED-AC57-3878F47D927F@microsoft.com...
>>> I would like to know if there is a comparable tool in SQL Server 2005 to
>>> the
>>> ORacle Connection Manager (link provided to Overview below)
>>>
http://www.oracle.com/technology/products/oraclenet/htdocs/cman_overview.htm >>