Azure SQL Table Refresh

Frank Anellia 41 Reputation points
2020-12-16T13:23:24.203+00:00

Hello,

We have a development and QA Azure SQL Database which is refreshed from a selection of tables in production, also an Azure SQL Database. The refresh occurs monthly, but sometimes fails and can take up to a full day. I use the export/import tool in SSMS. The largest tables is about 75 million records which can take hours to load.

Is there a quicker method that can be used to refresh a handful of very large tables? A database copy was suggested, but we can't override other schemas/tables in the database.

Thanks,

Frank

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. ErikEJ 341 Reputation points MVP
    2020-12-16T18:12:59.257+00:00

    Have you considered bcp?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.