How to connect to SQL Server through a proxy server

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?

+5
source share
1 answer
+1

All Articles