Loading
  • ChrisG (Flexera Software)

    Try a query like the following:

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

    Expand Post
    Selected as Best
  • ChrisG (Flexera Software)

    Try a query like the following:

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

    Expand Post
    Selected as Best
  • You da man! Really appreciate it, been looking for this for half a day yesterday!

     

Loading
Looking for table/view/SP behind Inventory Device Properties->Evidence->Installer evidence view