Created
October 10, 2020 11:48
-
-
Save matejskubic/e7e2c209d89c4d30913c8b37187f0083 to your computer and use it in GitHub Desktop.
Dynamics Finance & Operations - Local data agent diagnostics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select top 100 * | |
from DeploymentInstanceArtifact | |
select top 100 * | |
from OrchestratorCommand | |
order by QueuedDateTime desc | |
select top 100 * | |
from OrchestratorJob | |
where CommandId = 'db3e9709-8a9a-4612-a67d-6363003cb1ab' | |
order by QueuedDateTime | |
select top 100 * | |
from RunBookTask | |
where JobId='prod-db3e9709-8a9a-4612-a67d-6363003cb1ab' | |
order by StartDateTime desc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment