there are 15 lakh records in a table. i want to create 15 tables with 1lakh rows in each table. is there any possibility by using select top 100000 into new table from original table and then select top 100001 to 200000 in to new table from original table. please guide how i can manage this