exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 1 question 54 discussion

Actual exam question from Microsoft's DP-300
Question #: 54
Topic #: 1
[All DP-300 Questions]

You have an on-premises Microsoft SQL Server 2019 database named SQL1 that uses merge replication.

You need to migrate SQL1 to Azure.

Which service should you use?

  • A. Azure SQL Edge
  • B. Azure SQL Database
  • C. SQL Server on Azure Virtual Machines
  • D. Azure SQL Managed Instance
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Davidjsanchez
7 months, 1 week ago
Snapshot and Bi-directional replication types are supported. Merge replication, Peer-to-peer replication, and updatable subscriptions aren't supported. Transactional Replication is available for SQL Managed Instance with some constraints:
upvoted 1 times
...
Dalamain
1 year, 1 month ago
I agree its C - Azure VM. Careful on this one - Azure SQL MI does support "transactional replication", however it does not support the subset feature of "merge replication": https://learn.microsoft.com/en-us/azure/azure-sql/database/replication-to-sql-database?view=azuresql#types-of-replication
upvoted 3 times
...
[Removed]
1 year, 7 months ago
C. SQL Server on Azure Virtual Machines Here's why this option is suitable: SQL Server on Azure Virtual Machines: This option is essentially IaaS (Infrastructure as a Service), which means you get a full virtual machine with full control over the SQL Server instance. It supports SQL Server features just like an on-premises server would, including merge replication. This allows for a smoother migration of databases that rely on specific SQL Server features that are not supported by PaaS (Platform as a Service) options. The other options have limitations regarding merge replication: A. Azure SQL Edge: This service is designed for edge computing scenarios and IoT devices, not for general database hosting. B. Azure SQL Database: This is a PaaS offering that does not support SQL Server's merge replication. D. Azure SQL Managed Instance: While it is the PaaS offering that comes closest to the full capabilities of SQL Server, it still does not support merge replication as of my last update in April 2023.
upvoted 2 times
...
testdumps2017
1 year, 10 months ago
https://learn.microsoft.com/en-us/azure/azure-sql/database/replication-to-sql-database?view=azuresql-db#supported-configurations. "Peer-to-peer transactional replication and merge replication are not supported" - so the answer is correct, we need to use VMs
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...