Posted by Nick Chan on 09/28/07 10:12
hello, what are the strategies when designing tables that needs paging? in the past i used to use select top 200 * from table where id not in (select top 100 id from table) with SQL 2005, would u guys recommend using CTE and/or ROW_NUMBER? or any other advice? thanks
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming