Posted by Greg D. Moore \(Strider\) on 04/12/07 22:31
"pbd22" <dushkin@gmail.com> wrote in message
news:1176412970.235762.124510@n76g2000hsh.googlegroups.com...
>
> Thanks Hugo (horay for kind souls).
> I will go through this in detail after I get home. But, for now,
> I am wondering if it is more cost-effective to do the paging logic
> on the client or the server? I have already written all my paging
> logic
> in javascript (basically, what that link provides, but in javascript).
> Do
> I save on performance by moving the paging away from the server
> or do you think it matters?
Depends, how many rows are you returning to the client?
You generally want to return as little data to the client as necessary. Of
course "necessary" changes for every application.
>
> Thanks again.
>
--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html
[Back to original message]
|