Ask a questionAsk a question
 

AnswerReport 64bit

  • Wednesday, November 04, 2009 2:44 PMpepschmir Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    im trying to find out which Computers in our environment can manage 64-Operating Systems. My query is following:

    SELECT DISTINCT SYS.Netbios_Name0 FROM v_R_System SYS, v_GS_PROCESSOR PRO
    WHERE
    PRO.ResourceID = SYS.ResourceID AND PRO.AddressWidth0 = '64'
    ORDER BY SYS.Netbios_Name0

    But instead of a list of all Computers with AddressWidth0=64 i get all Computers with an existing installation of a 64 Bit Operating System.

    I have to say that im not really familiar with SQL. Maybe one of the Gurus out there see what i am doing wrong.

    Please advice

    Ty

Answers

All Replies