fetching n number of rows from a milllion records database
SC_CSApr 10 2009 — edited Apr 10 2009Hi
we have a database having 30 million records and i want to divide that table into multi tables, like I want to fetch first 2 million records and want to put in a new table, then next 2 million records to new table; how can i do that using a single query or procedure with good performance.
Thanks
Shaveta