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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Paging in sql 2005

Author  Topic 

sql777
Constraint Violating Yak Guru

314 Posts

Posted - 2007-06-18 : 09:55:39
Hello,

When pulling data from a table for my web application, I used a table data type to page my data (instead of sending ALL rows to the web application, I sent only the current page).

Is there an easier way to do this in sql 2005?

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-06-18 : 09:59:40
see http://www.sqlteam.com/article/server-side-paging-using-sql-server-2005


KH

Go to Top of Page
   

- Advertisement -