Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ahoo75
Starting Member
3 Posts |
Posted - 2008-04-10 : 04:26:25
|
| Hi all,My application send/retrieve large data from and to the database over the internet. Is there anyway or method that i can compress the query before submit to database server? really appreciate any advice and comments.regardsDesmond |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-04-10 : 05:23:59
|
Compress the query? You mean the "SELECT ..." part?Or do you mean the resultset coming back from the server? E 12°55'05.25"N 56°04'39.16" |
 |
|
|
ahoo75
Starting Member
3 Posts |
Posted - 2008-04-10 : 22:56:00
|
| result back from the query and sql command that send to the database server. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-04-11 : 05:00:55
|
| 1 Make use of stored procedure instead of lengthy query2 Filter the resultset and send only required data to client applicationMadhivananFailing to plan is Planning to fail |
 |
|
|
ahoo75
Starting Member
3 Posts |
Posted - 2008-04-11 : 20:20:21
|
| The data that send back comprise lots of insert statements that user needs to insert into system. The data to be downloaded has been filtered but still takes a while to retrieve. any solution to this situation? thanks |
 |
|
|
|
|
|