nerdexam
Microsoft

MB-700 · Question #148

A company implements Dynamics 365 Supply Chain Management. The company uses a third-party analytics software solution for reporting. The solution requires permissions to ensure T-SQL code can access d

The correct answer is C. Bring your own database (BYOD). When a third-party analytics tool requires T-SQL access to Dynamics 365 Supply Chain Management data, Bring Your Own Database (BYOD) is the correct approach because it exports data to a customer-managed Azure SQL Database that supports T-SQL.

Architect solutions

Question

A company implements Dynamics 365 Supply Chain Management. The company uses a third-party analytics software solution for reporting. The solution requires permissions to ensure T-SQL code can access data. The company must include Dynamics 365 Supply Chain Management data in the analytics software solution to display data in a single view with other data. You need to identify the correct data analytics approach. Which solution should you use?

Options

  • ADual-write
  • BMicrosoft Dataverse
  • CBring your own database (BYOD)
  • DEntity store
  • EPower BI

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    81% (34)
  • D
    12% (5)

Why each option

When a third-party analytics tool requires T-SQL access to Dynamics 365 Supply Chain Management data, Bring Your Own Database (BYOD) is the correct approach because it exports data to a customer-managed Azure SQL Database that supports T-SQL.

ADual-write

Dual-write is a real-time bidirectional synchronization framework between Finance and Operations and Dataverse, and does not expose a T-SQL-accessible endpoint for third-party reporting tools.

BMicrosoft Dataverse

Microsoft Dataverse does not support direct T-SQL access; it exposes data through OData, Web API, and connectors - not raw SQL queries for external tools.

CBring your own database (BYOD)Correct

BYOD exports Dynamics 365 Finance and Operations entities to a customer-provisioned Azure SQL Database, which natively supports T-SQL queries. This allows third-party analytics tools to connect directly to the database using standard T-SQL, satisfying the requirement for SQL-based data access in a unified view.

DEntity store

Entity store is an internal analytical data store within D365 optimized for Power BI embedded reports, and does not provide an externally accessible T-SQL endpoint for third-party software.

EPower BI

Power BI is a Microsoft-owned visualization and analytics service, not a mechanism that grants a separate third-party analytics solution T-SQL access to D365 data.

Concept tested: BYOD for T-SQL-based third-party analytics integration

Source: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/export-entities-to-your-own-database

Topics

#Data Export#External Analytics#Azure SQL Integration#Supply Chain Management

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice