You need to sign in to do that
Don't have an account?

Best approach to insert 1 million dummy records on Account object for test some operations?
I have given one interview but i am not able to give the proper answer for one question. The question is,
1) Best approach to insert 1 million dummy records on Account object.
Please help me, how I can solve this?
Thanks in advance
1) Best approach to insert 1 million dummy records on Account object.
Please help me, how I can solve this?
Thanks in advance
Thanks for your response,
Actually my problem is what is the best approach to create 1 million dummy records for testing purpose.
Dataloader is best approach for it But remember
Test org have limited space Even sandbox as well so We need space to load that amount of data.
Thanks