A new Flexera Community experience is coming on November 18th, click here for more information.
Hi there,
Can anyone point me to the place in the DB where the below data is stored?
Nov 06, 2024 04:05 AM
Try a query like the following:
SELECT ie.*
FROM dbo.ComplianceComputer cc
CROSS APPLY dbo.Grid_ComputerInstallerEvidenceListModelByComputer(cc.ComplianceComputerID, NULL) ie
WHERE 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.
Nov 06, 2024 04:30 AM
Try a query like the following:
SELECT ie.*
FROM dbo.ComplianceComputer cc
CROSS APPLY dbo.Grid_ComputerInstallerEvidenceListModelByComputer(cc.ComplianceComputerID, NULL) ie
WHERE 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.
Nov 06, 2024 04:30 AM
You da man! Really appreciate it, been looking for this for half a day yesterday!
Nov 06, 2024 04:47 AM
User | Count |
---|---|
8 | |
7 | |
3 | |
3 |