How to Set Up Server Proxy with SQL ServerID: Q185638
|
This article describes how to configure Microsoft Proxy Server to reverse proxy a computer that is running Microsoft SQL Server.
Configure SQL Server to use TCP/IP Sockets as the default Net Library and
the IP address. Add the SQL Server computer's IP address to the Proxy
Server's Local Address Table. If Packet Filtering is enabled on the Proxy
Server, Dynamic Packet Filtering of Microsoft Proxy Server Packets should
also be selected.
[sqlservr]
ServerBindTCPPorts=1433
Persistent=1
KillOldSession=1
Place this file in the same folder as the Sqlservr.exe file.(By
default, this is the C:\Mssql\Binn folder.)
Additional query words: prodsql sql proxy server proxying
Keywords :
Version : WINNT:2.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: August 12, 1999