Quantcast
Channel: Configuration Manager 2007 Inventory forum
Viewing all articles
Browse latest Browse all 233

SQL report for last execution of an application

$
0
0

HI to all,

I have to list workstations who have MS VISIO installed and i have to have a column which give the date of the  last execution of this application.

Here is the query i wrote.The problem is that result given by the column which return the date of the last execution of this application is not correct.

"select distinct SMS_R_System.Name, SMS_R_System.ADSiteName, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName, SMS_G_System_COMPUTER_SYSTEM.Model, SMS_R_System.LastLogonUserName, SMS_R_System.OperatingSystemNameandVersion, SMS_G_System_ADD_REMOVE_PROGRAMS.TimeStamp from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName is not null and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%MIcrosoft VISIO%" order by SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName"

Can you please tell me how to return the date of the last execution of an application.Thanks in advance for your help.

Regards,

LeBalbo2014


Viewing all articles
Browse latest Browse all 233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>