Integration Services WMI Event Watcher Task
Hi,
Anybody got a nice WQL script for checking if a file has arrived and are ready for further processing???
Something like:
Select * from _InstanceModificationEvent where targeinstance isa 'CIM_DataFile and targetinstance.name = 'C:\\Temp\\Test.txt'
but this one gets a parsing error :)
|