Re: Systems with no client
- From: "Todd Hemsell" <hemsell@xxxxxxxxx>
- Date: Wed, 21 Mar 2007 07:04:43 -0500
why not just query for machines without a client directly?
select * from SMS_R_System where Client = 0
Todd
"Lat" <Lat@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:5191A88A-9195-401E-9728-F2A5975AE2F0@xxxxxxxxxxxxxxxx
Morning everyone,
I have a question on something which has been puzzling me. I have this query
setup in Collection to show me which machines do not have the sms client
installed. For some reason I am getting machines which DO have sms client
installed listed in there also. Query as follows:
select
SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client
from SMS_R_System where ResourceId not in (select SMS_R_System.ResourceID
from SMS_R_System inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on
SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceID = SMS_R_System.ResourceId
where SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version is not NULL)
Any ideas why?
- Prev by Date: Re: Site Component Manager could not read the write
- Next by Date: Re: Systems with no client
- Previous by thread: client deletion replicated
- Next by thread: Re: Systems with no client
- Index(es):
Relevant Pages
|