The Azure SQL database export/import process might sometimes take a lot of time by info.odysseyx@gmail.com September 26, 2024 written by info.odysseyx@gmail.com September 26, 2024 0 comment 13 views 13 We have several cases Our customers have reported experiencing delays while exporting/importing through the portal. We would like to take advantage of this opportunity. We explain why this happens and provide some recommendations to optimize this process. The Azure SQL Database Import/Export service provides a limited number of compute virtual machines (VMs) per region to handle import and export operations. Compute VMs are hosted regionally to ensure that imports or exports avoid cross-region bandwidth latency and charges. If too many requests are made simultaneously in the same region, significant delays in processing operations can occur. The time required to complete a request can vary from a few seconds to several hours. To mitigate this, we highly recommend using the SQLPackage utility to export and import Azure SQL databases. The SQLPackage utility allows you to expedite import/export operations by running multiple commands in parallel against multiple subsets of tables. It is available for Windows, macOS, and Linux and can be integrated into your development pipeline. For detailed instructions on how to use the SQLPackage command-line utility, see the following resources: Export parameters and properties to export a SQL Server database using SQLPackage. Get parameters and properties to import a SQL Server database using SQLPackage. SqlPackage in the development pipeline Source link Share 0 FacebookTwitterPinterestEmail info.odysseyx@gmail.com previous post Toxic data in AI training poses a risk for system manipulation next post Migrate to Azure Sphere (Integrated) ahead of Sept 2027 retirement of Legacy service interface You may also like 7 Disturbing Tech Trends of 2024 December 19, 2024 AI on phones fails to impress Apple, Samsung users: Survey December 18, 2024 Standout technology products of 2024 December 16, 2024 Is Intel Equivalent to Tech Industry 2024 NY Giant? December 12, 2024 Google’s Willow chip marks breakthrough in quantum computing December 11, 2024 Job seekers are targeted in mobile phishing campaigns December 10, 2024 Leave a Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.