|
evalasek -> RE: Query help (9/18/2008 9:48:20 AM)
|
Hi there, My 2 cents worth. I created a report to show the same thing: select distinct(SF.FileDescription +' '+left(sf.fileversion,3)), count(SF.FileDescription +' '+left(sf.fileversion,3)) as 'Count' from v_GS_SoftwareFile SF inner join v_R_System sys on SF.ResourceID=sys.ResourceID where FileName = 'iexplore.exe' AND sf.FilePath like '%prog%internet%' Group By SF.FileDescription +' '+left(sf.fileversion,3) Just copy and paste this into a new report and will give you a count of machine with a specific IE version. Mike
|
|
|
|