What is the fastest way to insert 3GB worth of data in to a table in SQL Server? I've tried inserting 80,000,000 records using a loop and it took about 2 hours to do. Is there any quicker way to do such a task?
If you're wondering, this is for benchmarking purposes.