Duplicate a table/view

  • I have a view with 5 milions records and I need to copy all that data into a table, so I use select into and/or insert into and it´s taken too long to complete more then 2 hours, my question is, there is any other way to do this task faster?

    thanks

    Nelson

  • Bulk insert with tablock hint will improve performance.

    Still several factors to be considered, physical placements of data, index, tempdb files, fast disk subsystem..etc.

    _____________
    Donn Policarpio

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply