Is it possible to connect to SQL Server through a proxy (http) using the SQLSERVER oledb provider?
How can I specify the proxy address and port in the connection string, if possible?
What non-standard methods to bypass the proxy server that you recommend if this is not possible?
source
share