Is it possible to compress the data transfer between the asp.net and sql server r2 . I know about packet size in sql server using SinglePage Allocator and MultiPage Allocator
Data Source=(local);Initial Catalog=AdventureWorks;"
+ "Integrated Security=SSPI;Packet Size=512"
The above is a SinglePage Allocator. I have to know whether it is possible to reduce the data transfer when i save a form details to the sql server using asp.net(c#) and sql serverr2