Query should be
"SELECT * FROM sys.dm_operation_status
WHERE major_resource_id = 'myddb'
ORDER BY start_time DESC; "
Currently there is white space in the query which I've marked with an "*" below.
"SELECT * FROM sys.dm_*operation_status
WHERE major_resource_id = 'myddb'
ORDER BY start_time DESC; "
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@CundyTech -- Dan, thank you for bringing this to our attention. I will make this change shortly.
The documentation has been updated and should be live by tomorrow.
I am closing this issue now. You are welcome to @ mention me for any followup.
We hope to hear from you again.