I know there is a SWQL table called "NetObjectTypes" and "NetObjectTypesExt" that has the NetObjectType prefixes mapped to the actual Entity Names, but I can't find something similar in the actual SQL Server Orion Database. Anybody know if this data is in the SQL database somewhere?
The reason why is I need an Event report that SWQL just can't handle unless I limit the EventTime field to less than a week, otherwise I get an Out-Of-Memory Exception, and I need way more than a week for the project I'm working on. Also, for some weird reason in SWQL when I try and JOIN the Orion.Events NetObjectType column to the Orion.NetObjectTypes Prefix column I get the error "Unknown dataprovider type 'ntext'" no matter how many different ways I write the query, so that's even more reason to use SQL. I really don't feel like doing a bunch of CASE statements in SQL to convert the Events NetObjectType column data to an actual entity name, but I will if I have to...