Does SQL Server 2008 compress the results sent back to my web server?

Posted by Jeff Meatball Yang on Stack Overflow See other posts from Stack Overflow or by Jeff Meatball Yang
Published on 2010-03-23T15:55:53Z Indexed on 2010/04/25 22:43 UTC
Read the original article Hit count: 259

I have a typical reporting application:

Large report <-- HTTP Compression --> ASP.NET Web Server <-- ??? --> SQL Server 2008

Since I have so much (repetitive) data to send to the client, I would like both network hops to have compression.

Is there a transport-level compression setting for SQL Server?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about compression