|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
Hello:
How can i manage Large amount of results, obtained from a Select statement inside a stored procedure the idea: selct (some attribs) from (Some table) where (som filters) and returns thousands or million of rows Java ResultSets run out of memory with some amount of data how can i manage or page from the stored procedure to create ResultSet from each page of data... |
|
#2
|
||||
|
||||
|
all you have to do is add the right conditions to the query to return only those table rows you really want
e.g. SELECT TOP 50 ... or WHERE dateordered >= dateadd(d,-1,getdate()) |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Large Amount of Results!!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|