Hi I'm an system admin and not a SQL expert. On our Citrix environment I want to find the last date an application is used. In the Citrix SQL database I have found the following tables.
APP
AppName APPID
Acrobat 1
Word 2
Outlook 3
,,
User
UserName UserID
Peter 1
Frank 2
Jane 3
,,
Session
AppID UserID Date
1 2 2002-1-1 "time"
1 2 2002-2-1 "time"
2 1 2003-3-2
1 1 2003-5-6
,,
I'm having trouble translating the ID to Names and find per user the last time they used an application.
Actualy I want to find all users that did not use an application for the last 60 day's and revoke the licence, save some money.
kind regards
Cajos@xs4all.nl
APP
AppName APPID
Acrobat 1
Word 2
Outlook 3
,,
User
UserName UserID
Peter 1
Frank 2
Jane 3
,,
Session
AppID UserID Date
1 2 2002-1-1 "time"
1 2 2002-2-1 "time"
2 1 2003-3-2
1 1 2003-5-6
,,
I'm having trouble translating the ID to Names and find per user the last time they used an application.
Actualy I want to find all users that did not use an application for the last 60 day's and revoke the licence, save some money.
kind regards
Cajos@xs4all.nl