
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2010 08:32 PM
No link for "Computer" in the following report.
OS: KB932370 (WMI CPU) Hotfix NOT Installed
Select Distinct Top 10000 dbo.tblComputers.Computer, dbo.tblOperatingsystem.Caption As [OS Version], dbo.tblComputers.Domain, dbo.tblComputers.FQDN, dbo.tblComputers.LastknownIP, dbo.TsysLastscan.Lasttime As Lastscanned From dbo.tblComputers Inner Join dbo.TsysLastscan On dbo.tblComputers.Computername = dbo.TsysLastscan.Computername Left Outer Join dbo.tblOperatingsystem On dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername Inner Join TsysWaittime On TsysWaittime.CFGCode = dbo.TsysLastscan.CFGcode Where dbo.tblComputers.Computername Not In (Select tblquickfixengineering.Computername From tblquickfixengineering Where tblquickfixengineering.HotFixID Like '%KB932370%') And dbo.tblOperatingsystem.Caption Like '%Server 2003%' And TsysWaittime.CFGname = 'QUICKFIX' Order By dbo.tblComputers.Computer, dbo.tblComputers.Domain
Am I missing something here?
OS: KB932370 (WMI CPU) Hotfix NOT Installed
Select Distinct Top 10000 dbo.tblComputers.Computer, dbo.tblOperatingsystem.Caption As [OS Version], dbo.tblComputers.Domain, dbo.tblComputers.FQDN, dbo.tblComputers.LastknownIP, dbo.TsysLastscan.Lasttime As Lastscanned From dbo.tblComputers Inner Join dbo.TsysLastscan On dbo.tblComputers.Computername = dbo.TsysLastscan.Computername Left Outer Join dbo.tblOperatingsystem On dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername Inner Join TsysWaittime On TsysWaittime.CFGCode = dbo.TsysLastscan.CFGcode Where dbo.tblComputers.Computername Not In (Select tblquickfixengineering.Computername From tblquickfixengineering Where tblquickfixengineering.HotFixID Like '%KB932370%') And dbo.tblOperatingsystem.Caption Like '%Server 2003%' And TsysWaittime.CFGname = 'QUICKFIX' Order By dbo.tblComputers.Computer, dbo.tblComputers.Domain
Am I missing something here?
Thanks,
Jim Lovejoy
__________________________________________________________________________________________________
James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2010 09:55 AM
I'll better add it to the documentation.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2010 09:11 PM
Cumbersome requirement, but that did it.
Thanks,
Jim Lovejoy
__________________________________________________________________________________________________
James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2010 08:46 PM
Add field "computername" to the output, this is the primary key used to make the link
