Sql-docs: Error in query example

Created on 25 Jul 2019  Â·  2Comments  Â·  Source: MicrosoftDocs/sql-docs

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; "


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 assigned-to-author cba doc-bug sql-databassvc sqprod

All 2 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings