AIUTO Microsoft SMS Report

Collapse
X
 
  • Filter
  • Ora
  • Show
Clear All
new posts
  • fede79
    Bass Player
    • Oct 2002
    • 4481
    • 442
    • 16
    • Roma
    • Send PM

    AIUTO Microsoft SMS Report

    Ciao raga ho un problema con sms, più precisamente con i report.
    Vi spiego: Io vorrei modificare una query esistente per "scremare" ancora di più ciò che ho ottenuto un sacco di tempo fà.
    Questa è la query:

    SELECT Distinct SYS.Netbios_Name0, fcm.SiteCode, OPSYS.Caption0, OPSYS.Version0, LDISK.Size0,
    PROC1.MaxClockSpeed0, MEM.TotalPhysicalMemory0
    FROM v_Collection _FullCollectionMembership fcm
    JOIN v_R_System SYS on fcm.ResourceID=SYS.ResourceID
    JOIN v_GS_PROCESSOR PROC1 on SYS.ResourceID = PROC1.ResourceID
    JOIN v_GS_X86_PC_MEMORY MEM on SYS.ResourceID = MEM.ResourceID
    JOIN v_GS_OPERATING_SYSTEM OPSYS on SYS.ResourceID = OPSYS.ResourceID
    JOIN v_GS_LOGICAL_DISK LDISK on SYS.ResourceID = LDISK.ResourceID and LDISK.DeviceID0=SUBSTRING(OPSYS.WindowsDirectory0,1,2)
    where MEM.TotalPhysicalMemory0 > 128000 AND
    PROC1.MaxClockSpeed0 > 233 AND LDISK.Size0 > 1500
    AND SYS.Operating_System_Name_and0 NOT LIKE '% Server %'
    AND CONVERT(float,LEFT(OPSYS.Version0,3)) <= 5.0
    AND fcm.CollectionID='I0000061'
    ORDER BY SYS.Netbios_Name0

    Io vorrei ottenere un risultato più ristretto su questa riga

    FROM v_Collection _FullCollectionMembership fcm

    dove in questo caso lui cerca in tutta la cartella collection, mentre io voglio scendere di un livello chiamato test (CC)

    Come posso fare?
    sigpic
    Free at last, they took your life
    They could not take your PRIDE
Working...
X