Core component of SQL Server for storing, processing, and securing data
Assuming you are using Azure sql database,
- BACPAC export is not a transactionally-consistent backup. It's a logical export (schema + data), genuinely different from a real backup.
- For Azure SQL Database, automated backups with point-in-time restore exist and are the right recovery mechanism.
- Exporting from a database copy gives you consistency.
- The PercentComplete value is coarse and unreliable.