S
Shiva
I'm trying to pul the software information on the computer
Name STEPHANO. When i looked in the table STEPHANO have
information about sogftware installed. But I'm unable to
pull the record when I run the query please help me.
SELECT SoftwareInventoryDetails.ComputerName,
SoftwareInventoryDetails.MSDN_License,
SoftwareInventoryDetails.ActionPack_License,
SoftwareInventoryDetails.OEM_License,
SoftwareInventoryDetails.Purchased_License,
SoftwareInventoryDetails.NotLicensed
FROM SoftwareInventoryDetails
WHERE (((SoftwareInventoryDetails.ComputerName)
="ComputerName=STEPHANO"));
Name STEPHANO. When i looked in the table STEPHANO have
information about sogftware installed. But I'm unable to
pull the record when I run the query please help me.
SELECT SoftwareInventoryDetails.ComputerName,
SoftwareInventoryDetails.MSDN_License,
SoftwareInventoryDetails.ActionPack_License,
SoftwareInventoryDetails.OEM_License,
SoftwareInventoryDetails.Purchased_License,
SoftwareInventoryDetails.NotLicensed
FROM SoftwareInventoryDetails
WHERE (((SoftwareInventoryDetails.ComputerName)
="ComputerName=STEPHANO"));