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 |
|
UncleSam
Starting Member
1 Post |
Posted - 2006-05-31 : 14:22:51
|
| hello, I have this project that I can't find it.let's say we have more than 100 000 rows in a table called table 1, so if we do: SELECT * FROM TABLE1the result will be dispalying all the rows with a large scrollbar.But there's a new TSQL in SQL 2005 "ROW_COUNT" which will help to do the paging. so I have found the procedure but all I need now is to display NEXT and PREVIOUS button in the results in order to switch between the pages. So please any help, Thank you |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|