Question: You need to populate a newly created SQL database from your release pipeline in Azure DevOps. The solution should minimize deployment time and efforts. Which approach should you use?

  1. Populate from a BACPAC file.
  2. Restore from a backup file.
  3. Populate from a CSV file.
  4. Populate from a SQL file.

Answer: The correct answer of the above question is Option A:Populate from a BACPAC file.