Viewing 4 posts - 1 through 4 (of 4 total)
Geoff A (5/30/2012)
query = "Select * from __InstanceCreationEvent" _
& " " & "where TargetInstance isa 'Win32_NTLogEvent'" _
& " " & "and (TargetInstance.Logfile = 'Application' or...
May 31, 2012 at 3:02 am
Geoff A (5/30/2012)
Only MSSQL logs will be forwarded to the central server. That is a SQL Server Agent function.
SQL Server Agent will not forward non SQL Application log entries.
The...
May 30, 2012 at 4:38 am
Hi Geoff,
Thanks for the articles, they've been a great use and were easy to follow.
I've followed through the tutorial and the EventLogStaging table is written to when using the RAISERROR...
May 30, 2012 at 3:34 am
Hi,
I was having the same problem and was pulling my hair out. I tried testing all of the string-esque variable types to make sure that SQL_VARCHAR was the right...
October 13, 2011 at 3:07 am
Viewing 4 posts - 1 through 4 (of 4 total)