Home | Download | Demo | Feature list | Premium users | Support | Knowledgebase
How to fix WMI Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
The network path was not found - The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
How to configure Windows Vista clients.
How to configure the windows firewall using group policies.
   
Welcome Guest Search | Active Topics | Members | Log In | Register

Report to show machines that have Office 2003 but Do not have the 2007 Compatability Pack Options
tdewar@leakeandwatts.org
Posted: Tuesday, September 30, 2008 11:10:31 PM

Rank: Premium user
Groups: Member , Premium Users

Joined: 9/18/2008
Posts: 12
Location: New York
We currently have rolled out a large number of machines that have Office 2007, but most of our machines have Office 2003.

We thought it would be useful to see which machines that still have Office 2003, do not have the 2007 compatability pack because those are the machines that are going to start to have trouble opening 2007 files. In case anyone is interested, here it is...

Code:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO

ALTER  VIEW dbo.Web30repno2007
AS
SELECT     TOP 100 PERCENT ComputerName
FROM         dbo.tblSoftware
WHERE     (softwareName = 'Microsoft Office Professional Edition 2003') AND (NOT (softwareName = 'Compatability Pack for the 2007 office system'))
GROUP BY ComputerName
ORDER BY ComputerName

GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.


Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.

   
Quick links: Download - Premium users - Support 
Copyright 2004 - 2008 © Geert Moernaut - Hemoco bvba - All rights reserved