Viewing 8 posts - 16 through 23 (of 23 total)
It has to be off hours and be a point-in-time restore scenario - so I can't really use transactional rep.
I've thought about using bcp?
November 7, 2013 at 8:33 pm
Thanks for detailed reply - I will double check these.
October 22, 2013 at 7:17 pm
Unfortunately I get the same error:
I think this is the line it doesn't like:
((TargetInstance.freespace/TargetInstance.size) * 100) < 10
but you can use a similar syntax in SSIS / WMI Connections?
September 17, 2013 at 8:10 am
Apologies - typo - the exact statement is:
SELECT * from __InstanceModificationEvent
WITHIN 30
WHERE
TargetInstance ISA 'Win32_LogicalDisk'
AND
((TargetInstance.freespace/TargetInstance.size) * 100) < 10
AND
TargetInstance.DeviceID = 'Y:'
September 16, 2013 at 6:56 pm
The error is:
SQLServerAgent Error: WMI Error: 0x80041058
The @wmi_query could not be executed in the @wmi_namespace provided. Varify that an event class selected in the query exists in the namespace and...
September 16, 2013 at 6:48 pm
Yes I agree.
Does anyone then know of a way to point different Data Collector sets at different mdw databases. For example I want the UCP data to go to the...
February 25, 2013 at 5:01 pm
It seems that running both sends stuff to the sysutility_mdw database:
http://blogofshaw.blogspot.com.au/2011/06/microsoft-sql-servers-ucp-utility.html
November 8, 2012 at 6:35 pm
Viewing 8 posts - 16 through 23 (of 23 total)