• Jeff Moden (3/4/2013)


    In that case, you might try what SQL Server itself uses for replication if you have the disk space. BCP in native format. Export the table to a file, then import it in half million (or less depending on the size of your rows) row chunks using the batch size setting. It will keep your log file from exploding.

    As an alternative, you could have the infrastructure folks do what I believe is called a "SAN Snapshot" to copy the mdf and ldf files and then simply attach the database.

    As jeff sugested , taking a SAN snapshot and then attaching the mdf / ldf file could save time and will be a good approach.

    "More Green More Oxygen !! Plant a tree today"