‎07-09-2013 11:59 PM
‎07-10-2013 05:29 PM
‎07-10-2013 05:26 PM
%programfiles(x86)%\Common Files\Filea.lic
‎07-10-2013 12:41 AM
Where
( Select
Count(*)
From
tblFileVersions As v
Where
v.Found = 1 -- found...
AND v.FilePathfull Like '%\FileA.lic' -- ...the file we're looking for
AND v.AssetID = tblAssets.AssetID -- ...on the machine we're looking at
) <> 0 -- 1 or more matches found! Bingo!
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now