Possible Duplicate:
Speed up update of 185k rows in SQL Server 2008?
I have more than 700.000 contact mails and I want to insert them into SQL Server using C#, in a few minutes, not hours, in a single database call.
I know that pre is impossible but, I know there's way to do it
how can I achieve this?