Re: SMS SDK
- From: "Kim Oppalfens" <kimdotoppalfens@xxxxxxxxxx>
- Date: Fri, 22 Dec 2006 21:43:43 +0100
I have never had the need to create other views than the ones already
available.
Kim Oppalfens
"Steve Thompson" <stevethompson@xxxxxxxxxxxxx> wrote in message
news:%23mUNWwDJHHA.1912@xxxxxxxxxxxxxxxxxxxxxxx
Building on Kim's suggestion, re: predefined SMS views -- you could also
create custom views within SQL Server, then create SMS web reports to
access those views. The performance will be far better using SQL Server
views, than using WMI (think slow). And, you don't need to use the SDK,
which would be overkill for this task.
Steve
"Andrzej Jaworek" <_no_andrzejjaworek_spam_@xxxxx> wrote in message
news:em895j$b4l$2@xxxxxxxxxxxxxxxxxxxxxx
Hello,
I try to write an application that displays hardware inventory for all
clients (for example CDROMs, Mouses, Modems, Hard drivers etc). This data
would be taken of course from the SMS database. To do this I use WMI.
Using WMI queries I can get all information I need. For exmaple if want
to have all cd roms I use WMI Query:
select Main.* from SMS_R_System inner join SMS_G_System_CDROM Main on
Main.ResourceID = SMS_R_System.ResourceId
But Im not sure if it is efficient way especialy if i will have thousand
s of records.
And now my question. If I dont want to use WMI is there any other way to
do this especially using SMS SDK? It is possible to do this with Managed
SMS SiteServer Interfaces ? If yes how ? I try to find it out but with no
results.
Thank You in advance for any sugestions.
Andrzej Jaworek
.
- Follow-Ups:
- Re: SMS SDK
- From: Steve Thompson
- Re: SMS SDK
- References:
- SMS SDK
- From: Andrzej Jaworek
- Re: SMS SDK
- From: Steve Thompson
- SMS SDK
- Prev by Date: Re: SMS SDK
- Next by Date: Re: SMS SDK
- Previous by thread: Re: SMS SDK
- Next by thread: Re: SMS SDK
- Index(es):
Relevant Pages
|