Viewing 7 posts - 721 through 728 (of 728 total)
What will be done with the 10,000 records per page that you speak of? Do you expect a human to read them?
A: This is not for user but for internal...
April 26, 2011 at 7:24 am
Around 400000 records in the table [and can grow in future]. If we need 10000 records per page, we would like to avoid extra processing of rest of the records.
April 26, 2011 at 1:48 am
It's not like finding better way to implement row_numer. My query is like this:
select col1, col2, col3
from (select row_number() over (order by a.col1, a.col2) as 'rownum', a.col1, a.col2, a.col3
from table1...
April 25, 2011 at 10:15 pm
Is there anything to take care of with respect to login transfer ?
January 31, 2011 at 1:18 pm
Thanks Adiga
Thanks Gila, That's exactly what I was looking for.
January 31, 2011 at 1:17 pm
Viewing 7 posts - 721 through 728 (of 728 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy