What is the Equivalent syntax of MySQL \" LIMIT \" clause in SQL Server . I would like to use it for doing paging of my results. (want to show records5 to 10 )
cont=until desired number is starting to get results limit=Want to see how many variables
SELECT TOP (limit) cve_persona FROM persona WHERE (cve_persona > cont)