satish babu

satish babu

  • NA
  • 236
  • 65.8k

sqlserver paging,searching and sorting

Jan 19 2013 8:32 AM
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)