I wonder if it's a limitation of my version of wpm then. When I attempt to query either of those table properties, I get the following error:
Source entity [Orion.Seum.RecordingCustomProperties] not found in catalog.
I know that the query is right and that the table is available in the database but I can't seem to get to it from swql studio.
This query works with database manager:
SELECT ServerApplication FROM SEUM_RecordingCustomProperties
No other combination seems to work in swql studio though and I can't see it listed in the table navigator:
Source entity [SEUM_RecordingCustomProperties] not found in catalog.
Source entity [SEUM.RecordingCustomProperties] not found in catalog.
Source entity [RecordingCustomProperties] not found in catalog.
Here's a screenshot, showing that it's missing from the navigation bar in swqlstudio:
Any thoughts?