microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Please provide a way to filter Read-SQLXEvent #57

Open tcartwright opened 11 months ago

tcartwright commented 11 months ago

Please provide a way to filter Read-SQLXEvent at the server level using the file_name, and file_offset parameters if possible. Or some other way to filter / limit the data coming back from the server.

tcartwright commented 11 months ago

Running this even against small (10mb) XEL files is painfully slow.

Matteo-T commented 6 months ago

Hi @tcartwright - that's a good suggestion!

@erinstellato - any suggestions/ideas what some good filtering experience could be?