Skip to main content

Posts

Showing posts with the label BYOD vs Entity Store

What is BYOD? How to implement it in D365 Finance and SCM

Intro ·          BYOD (Bring Your Own Database)  let administrators to export data entities from the application into their own Microsoft Azure SQL database. ·          The BYOD feature lets administrators configure their own database, and then export one or more data entities that are available ·          Allows following o     Define one or more SQL databases that you can export entity data into. o     Export either all the records (full push) or only the records that have changed or been deleted (incremental push). o     Use the rich scheduling capabilities of the batch framework to enable periodic exports. o     Access the entity database by using Transact-SQL (T-SQL), and even extend the database by adding more tables. Entity store vs BYOD ·       ...