Tom

Results 10 comments of Tom

I'm not sure where those whitespace changes come from. I did the edit in GitHub online editor straight from the fork.

I've found the problem with the `Cannot find column [is_system].` The column has to be in the `OutputColumns` section to be recognized even though I only use it for filtering....

This is the XE session (I'm planning to blog about it after SQLbits ;) ) ``` CREATE EVENT SESSION [LinkedServer_Outgoing] ON SERVER ADD EVENT sqlserver.oledb_query_interface ( ACTION ( sqlserver.client_app_name ,...

According to GitHub - Latest 1.4.5 (downloaded yesterday). Even though I'm not sure how to check it on the installed version

Sorry, it was probably confusing. I only had the 1.4.5 version. Problem 1 - I didn't realize filtering requires the column to also be on the output (that was mistake...

Ok, I had another wrong assumption. is_system show either True or False in the SSMS or export, but it really is 1 or 0 respectively. Updating my filter to `is_system...

Update: Sadly it's not fixed for me. For some events, the sql_text is just not collected and I can't see any pattern explaining why. You said the data type is...

I vote to close - cannot reproduce locally

Another option: the `UploadIntervalSeconds` would be the `bin` size, and I could have the option not to **merge** with the target table. So it would still be grouped and aggregated...

Thank you! In that case, I think my second post could be used as a workaround - appending to the target table instead of merging and using the Upload interval...