Viewing 15 posts - 46 through 60 (of 311 total)
not tried it yet, but reading through it seems very interesting and useful.:-D
I'd be interested to know about the SSAS article when its done.,
June 24, 2011 at 4:42 am
try downloading the WMI code creator:
It will help you write the queries you need to retrieve the data your after.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2CC30A64-EA15-4661-8DA4-55BBC145C30E
May 27, 2011 at 8:34 am
Does it tell you what conponent is failing?
You need to create a select query for what ever hardware / software values you want. like
SELECT FreeSpace, DeviceId, Size, SystemName, Description...
May 27, 2011 at 8:10 am
noyt sure I completely understand what your trying to do, but I'll take an estimated guess at two possibilities:
1 - you want to call the functions from the database within...
April 13, 2011 at 12:33 pm
Guys and girls, this seems like an appropriate thread to tag onto.
My db and relevant SSIS processes have been developed on a local copy of SQL server collation Latin1_General_CI_AS. ...
April 12, 2011 at 7:10 am
cool. I won't need to change much at all then 😀
April 12, 2011 at 7:03 am
sorry, but if your using don't save sensitive where is that info being supplied from when it's run from an SQL agen job? - configuration tables?
April 12, 2011 at 6:33 am
how would the don't save sensitive work in that scenario - I assume it would mean defining the connection security details in the job or command line then?
Also, if I...
April 12, 2011 at 6:17 am
Hi Lowell,
Yes I did thank you. I appreciate the help.
April 5, 2011 at 7:27 am
duplicate post removed
March 23, 2011 at 9:31 am
Koen Verbeeck (3/23/2011)
You can use the Recordset as a source using a script component.You can find an example here:
Keon,
Thanks again for another answer, it's exactly what I was looking...
March 23, 2011 at 9:31 am
Dan.Humphries (3/23/2011)
March 23, 2011 at 9:01 am
opc.three (3/14/2011)
March 21, 2011 at 11:52 am
thanks for the reference
March 15, 2011 at 9:19 am
ok thanks, I'll look into that.
Seems stupid that MS introduced the SSIS expression language instead of using T-SQL or vb or c#. I guess they had there reasons, but...
March 15, 2011 at 3:23 am
Viewing 15 posts - 46 through 60 (of 311 total)