| Posted by David Portas on 10/31/05 12:52 
Just to add to the other responses saying some of the same. You havethe wrong approach. The functionality to filter, sort, etc should go in
 the database not at the client. There is probably no point using SQL
 Server at all if you just want to return the entire set of data and
 manipulate it client side. I too have seen projects that failed
 entirely because of such a totally naive approach to client-server
 design.
 
 --
 David Portas
 SQL Server MVP
 --
 [Back to original message] |