Q:
You are working on a Microsoft Dynamics 365 finance and operations apps application. The application is experiencing concurrency issues due to multiple users accessing the same data simultaneously.
You need to optimize the application to handle concurrent user access.
What should you do?
-
A
Implement a global cache for the entire application.
-
B
Implement row versioning for the tables being accessed concurrently.
-
C
Decrease the number of users allowed to access the application simultaneously.
-
D
Increase the number of database connections.
B