SMSUG.ca

...your virtual communITy
Welcome to SMSUG.ca Sign in | Join | Help
in Search

Garth Jones

Client Version and model

select
    SMS_R_System.Name,
    SMS_R_System.ResourceId,
    SMS_G_System_COMPUTER_SYSTEM.Manufacturer,
    SMS_G_System_COMPUTER_SYSTEM.Model
from 
    SMS_R_System
    inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId
where
    SMS_R_System.ClientVersion = "4.00.6487.2000"
    and SMS_G_System_COMPUTER_SYSTEM.Model = "Virtual Machine"

Comments

 

Client Version and model | Technology News said:

Pingback from  Client Version and model | Technology News

March 9, 2011 11:40 PM

This Blog

Syndication

News

Training

Powered by Community Server (Non-Commercial Edition), by Telligent Systems