Re: Query machine with Office 2000 w/o Office 2003
- From: "Bryan McDaniel" <bmcdaniel@xxxxxxxxxxx>
- Date: Mon, 24 Oct 2005 16:04:33 -0500
Ok, so I create a query that returns the names of the PC's with Office 2003.
And when I try to do a NOT IN subselect group, and select my first query, I
get an error stating "please enter a valid subslect statement."
Any ideas? here is my original query.
select SMS_R_System.Name from SMS_R_System 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 = "Microsoft Office
Professional Edition 2003" order by SMS_R_System.Name
"Kim Oppalfens" <Kim dot Oppalfens@google mail.com> wrote in message
news:OL$5xVN2FHA.1100@xxxxxxxxxxxxxxxxxxxxxxx
> Another typical "not in" query.
>
> You basicly first create a query for all machines that have office 2003
> installed.
> You then create a query for all machines that office 2000 but are "not in"
> the result set of the first query.
>
> The following articles explains this quite nicely, if you can't make it
> work than just post back here.
> http://myitforum.techtarget.com/articles/1/view.asp?id=179
>
> --
> Kim Oppalfens
> Telindus Belgium
> MVP Windows Server System - SMS
> "Bryan McDaniel" <bmcdaniel@xxxxxxxxxxx> wrote in message
> news:uAMPWoK2FHA.820@xxxxxxxxxxxxxxxxxxxxxxx
>>I am trying to create a query that will tell me which machines have Office
>>2000 installed and NOT Office 2003. Reason being is we have one
>>application that requires Excel 2000. So if I create a collection based
>>on a query that has Office 2000 installed, it sees Excel 2000 and thinks
>>that it need to install office 2003, when in fact, it may already have
>>2003, and excel 2000. My current query is based on add/remove
>>programs....If Add/remove includes;Office 2000.....and NOT add/remove
>>Office 2003.....But I am still getting all machines as if I have not
>>included the not statement....
>>
>> Please advise
>>
>
>
.
- References:
- Query machine with Office 2000 w/o Office 2003
- From: Bryan McDaniel
- Re: Query machine with Office 2000 w/o Office 2003
- From: Kim Oppalfens
- Query machine with Office 2000 w/o Office 2003
- Prev by Date: Re: IP Port Network Printer
- Next by Date: Re: Re-collecting Files in File Collection
- Previous by thread: Re: Query machine with Office 2000 w/o Office 2003
- Next by thread: Re: Re-collecting Files in File Collection
- Index(es):
Relevant Pages
|
Loading