Query Workstations with Recent Inventory Dates
To retrieve workstations with an inventory date less than a specified number of days, execute the following SQL query:
"Computer"."Last Hardware Scan Date" > GetDate() - x
Ref :
To retrieve workstations with an inventory date less than a specified number of days, execute the following SQL query:
"Computer"."Last Hardware Scan Date" > GetDate() - x
Ref :
0 Comments