‎03-07-2013 06:26 PM
Solved! Go to Solution.
‎03-08-2013 03:52 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tsysOS.OSname,
tblAssets.SP,
tblSoftwareUni.softwareName,
tblSoftware.softwareVersion,
tblSoftwareUni.SoftwarePublisher,
tblSoftware.Lastchanged
From tblAssets
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Where tblSoftwareUni.softwareName Like '%office%professional%plus%2010%' And
tblSoftware.Lastchanged > GetDate() - 7
Order By tblAssets.Domain,
tblAssets.AssetName
‎03-29-2013 04:48 PM
‎03-29-2013 04:54 PM
DanCenterlight wrote:
I tried what was suggested above and was getting an error message. Invalid object name 'tblAssets'
I then noticed that I don't have the tblAssets on the right selection and so is tblsoftwareUni. Is there a setting that we did not enable that is why we don't have these tables?
To the OP sorry for the HiJack trying to get the same results.
‎03-08-2013 04:41 PM
‎03-08-2013 03:52 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tsysOS.OSname,
tblAssets.SP,
tblSoftwareUni.softwareName,
tblSoftware.softwareVersion,
tblSoftwareUni.SoftwarePublisher,
tblSoftware.Lastchanged
From tblAssets
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Where tblSoftwareUni.softwareName Like '%office%professional%plus%2010%' And
tblSoftware.Lastchanged > GetDate() - 7
Order By tblAssets.Domain,
tblAssets.AssetName
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now