Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS WMI Job?

Author  Topic 

HalaszJ
Yak Posting Veteran

59 Posts

Posted - 2008-08-27 : 15:54:44
Are there any samples out there on how to do a wmi query into a sql table using a scheduled SSIS job?

I have looked everywhere... I have a vbs script that I used to input the data into an excel doc, but now the data has grown to a point where I want to put it in the database so that I can do reporting on it... any ideas?

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2008-08-27 : 16:54:05
maybe create a CLR proc that makes the WMI query?


elsasoft.org
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-08-27 : 16:55:40
Why do you need WMI to import data from Excel?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

HalaszJ
Yak Posting Veteran

59 Posts

Posted - 2008-08-28 : 08:38:05
i dont need wmi to import from excel, my current project imports from wmi to excel, i want to import from wmi to sql
Go to Top of Page

SMerrill
Posting Yak Master

206 Posts

Posted - 2010-05-10 : 14:32:41
Do you have an example of that Excel project? I can convert it to SQL

~ Shaun Merrill
Seattle area
Go to Top of Page
   

- Advertisement -