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 2000 Forums
 SQL Server Development (2000)
 Retrieving desired range of rows each time

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-26 : 23:07:44
tamer writes "i have a huge database of users and their ids, names, passwords and need to go throw them all, however if i do a query all entries will be retreived and this consumes a lot of memory space and decrease performance ( am using ado recordset to perform the query),
i tried SET ROWCOUNT , but this will retrieve the top desired records only,
so is there any solution?"
   

- Advertisement -