phaustein
Posts: 859
Score: 32 Joined: 3/21/2005 From: Washington, DC Status: offline
|
Try using the patch status extended table instead. I do have data in the table, but nothing in that that status but it does work with other statuses. Below is a modified version of what you had posted. Let me know how it goes. select SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier,SMS_R_System.ResourceDomainORWorkgroup,SMS_R_System.Client from SMS_R_System inner join SMS_G_System_PatchStatusex on SMS_G_System_PatchStatusex.ResourceID = SMS_R_System.ResourceId where SMS_G_System_PatchStatusex.LastStateName = "Reboot Pending"
_____________________________
Hope this helps. Paul
|