3
Reply

sqlserver paging,searching and sorting

satish babu

satish babu

Jan 19 2013 8:32 AM
1.4k
Hi All, i have small doubt about a stored writing as a combination of paging,sorting and searching.
         For example i have 2 tables like
              users-user id,username,password,region id
              regions-regionid,region name

I am trying the stored procedure for searching and sorting.But i did not understand the paging.
   The stored proc having parameters like
                   colname,searchname,pageindex,pagesize.

Can any one help to solve this one?

Answers (3)