﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>MS Office SP3 Query</title><link>http://www.myitforum.com/forums/</link><description /><copyright>(c) myITforum.com Community Forum</copyright><ttl>30</ttl><item><title>Re:MS Office SP3 Query (jmcleish)</title><description>  Here is my query:  &lt;br&gt;  select distinct SMS_R_System.Name, SMS_G_System_WORKSTATION_STATUS.LastHardwareScan, SMS_R_System.LastLogonUserName, SMS_G_System_OPERATING_SYSTEM.Caption, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName, SMS_G_System_ADD_REMOVE_PROGRAMS.InstallDate from&amp;nbsp; SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_WORKSTATION_STATUS on SMS_G_System_WORKSTATION_STATUS.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName in ("2007 Microsoft Office Suite Service Pack 3 (SP3)","Microsoft Office 2007 Service Pack 3 (SP3)") order by SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName  &lt;br&gt;  &amp;nbsp;  &lt;br&gt;  I think you are missing a space bewteen the 3 and the ( &lt;br&gt;  &amp;nbsp; &lt;br&gt;  mine shows xp and w7&amp;nbsp;  &lt;br&gt;  Regards  &lt;br&gt;  Jane &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=236931</link><pubDate>Fri, 13 Jul 2012 04:34:08 GMT</pubDate></item><item><title>Re:MS Office SP3 Query (skissinger)</title><description>  Windows 7 clients?&amp;nbsp; does this help?&amp;nbsp; &lt;a href="http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/17/non-security-hotfix-detection-for-windows-7-2008.aspx" target="_blank" rel="nofollow"&gt;http://myitforum.com/cs2/...or-windows-7-2008.aspx&lt;/a&gt; &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=236921</link><pubDate>Thu, 12 Jul 2012 12:04:55 GMT</pubDate></item><item><title>MS Office SP3 Query (allenr74)</title><description>  I am trying to get a query to display machines in my environment that have MS Office 2007 SP3 installed.&amp;nbsp; I know I have 28 machines with that installed.&amp;nbsp; I would like the query so I can have a dynamic collection for the remiaining machines (about 1,100).&amp;nbsp; I created a package for SP3 outside of the updates and will be using this package. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Here is my query: &lt;br&gt;  &amp;nbsp; &lt;br&gt;  select distinct SMS_G_System_SYSTEM.Name from&amp;nbsp; 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 like "Microsoft Office 2007 Service Pack 3(SP3)" &lt;br&gt;  &amp;nbsp; &lt;br&gt;  But I don't get any results.&amp;nbsp; I am thinking this might be because "Show Updates" is not checked by default in Add/Remove programs.&amp;nbsp; Would that have anything to do with it?&amp;nbsp; If so, does anyone have a way to return results based on a query? &lt;br&gt;  </description><link>http://www.myitforum.com/forums/fb.ashx?m=236919</link><pubDate>Thu, 12 Jul 2012 10:28:47 GMT</pubDate></item></channel></rss>