A company uses Dynamics 365 Supply Chain Management.
The system has a slow response time when sales orders are entered.
You need to identify any blocking SQL statements.
Which Lifecycle Services (LCS) tool should you use?
AD: Live View -- Shows executing statements and blocking statements.
A: Sample flow
Scenario: Users report slow performance when using the system. One issue could be a blocking statement. Blocking by itself is typical in a healthy system and is only a problem when it becomes excessive or starts degrading business activities.
Go to the Live View tab and check if there are any blocking statements. If there is a blocking statement, copy the blocking query ID.
Open the Queries tab and select the Current Blocking Tree query. This will return the root blocker that is blocking the SQL operation.
Etc.
Currently there are no comments in this discussion, be the first to comment!