Invalid subselect statement
- From: DMS-2008 <DMS2008@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Jun 2009 07:11:02 -0700
Hi,
I am trying to create a subselect query based on a working query. Basically
I am trying to find computers that do not have a certain windows update
installed. because this update was not a security update, I can't use one of
the standard reports. Below is the query that pulls the computers that have
the update installed. When I try to create a subselect query based off of
this, I get an "Invalid subselect statement". Does anyone know what I am
doing wrong? Thanks!
select SMS_G_System_SYSTEM.Name from SMS_R_System inner join
SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID =
SMS_R_System.ResourceId inner join SMS_G_System_ADD_REMOVE_PROGRAMS on
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where
SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName = "Update for Windows XP
(KB943729)" order by SMS_G_System_SYSTEM.Name
.
- Follow-Ups:
- RE: Invalid subselect statement
- From: Vlad00
- RE: Invalid subselect statement
- Prev by Date: Re: Clean up old computer accounts in SMS
- Next by Date: RE: Invalid subselect statement
- Previous by thread: Reg: Creating Package with multiple files using SCCM
- Next by thread: RE: Invalid subselect statement
- Index(es):