
ppyrzynski asked a question.
Looking for table/view/SP behind Inventory Device Properties->Evidence->Installer evidence view
Hi there,
Can anyone point me to the place in the DB where the below data is stored?

ppyrzynski asked a question.
Hi there,
Can anyone point me to the place in the DB where the below data is stored?

Try a query like the following:
- SELECT ie.*FROM dbo.ComplianceComputer cc CROSS APPLY dbo.Grid_ComputerInstallerEvidenceListModelByComputer(cc.ComplianceComputerID, NULL) ieWHERE cc.ComputerName = 'xxx37583'
Note that this query will work with current FlexNet Manager Suite releases, but uses a database function that may change without notice in future releases.

Try a query like the following:
Note that this query will work with current FlexNet Manager Suite releases, but uses a database function that may change without notice in future releases.