Possible to compress SQL Server network traffic?

后端 未结 8 888
囚心锁ツ
囚心锁ツ 2020-12-15 22:22

I have a .NET client that needs to connect to a remote SQL Server over the WAN, is it possible to compress SQL traffic between the client and the server?

I am using

8条回答
  •  情话喂你
    2020-12-15 22:39

    I don't think there is compression implemented in SQL server connection - if you are in need of compressing data, you should use web service and HTTP compression when communication with the service.

提交回复
热议问题