Not natively in SQL.
Simplest way would be to have a loop, set rowcount 100000 and insert them like that. You would have to have some logic to work out which you have already taken.
Alternatively you can use SSIS to batch them as that is supported.
Look at Bulk insert but it is for loading from file.
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!