Microsoft
Software
Hardware
Network
Question : How to tranlate SQL query to WQL query for SCCM 2007
I have the following SQL query that I can run successfully against the SCCM 2007 SQL database in SQL Management Studio and it returns the IP addresses in between the > and < symbols:
select * from dbo.v_RA_System_IPAddresse
s where IP_Addresses0 > '10.0.1.51' and IP_Addresses0 < '10.0.1.99'
However, I need to run this using WQL in SCCM 2007 in order to identify the machines there. Does anyone know how to translate this SQL query into WQL for SCCM 2007 queries?
Answer : How to tranlate SQL query to WQL query for SCCM 2007
select SMS_R_SYSTEM.ResourceID,SM
S_R_SYSTEM
.ResourceT
ype,SMS_R_
SYSTEM.Nam
e,SMS_R_SY
STEM.SMSUn
iqueIdenti
fier from SMS_R_System where SMS_R_System.IPAddresses like "10.0.1.[5-9][0-9]%"
Random Solutions
Looking for a simple reversible cryptogtaphic algorithm to code / decode a string of 6-10 digits
How to Overclock Intel Xeon X3440 Quad-core 2.53 GHz?
MySQL php Select rows similar price
Programmatic Access Security (Outlook 2007)
Increment values based on other column value
Two Account only one PST, Outlook 2010
Undeliverable Message - Error 5.1.0 - Unknown address error 554-'No relaying allowed - psmtp'
Access VBA MS Graph Chart 8 object
commit error frm-40509 in 10g
adding sudo info to my lastlogin's report