spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
232 stars 52 forks source link

Allow ConvertWorkload to run using SQL CE #93

Closed leus closed 4 years ago

leus commented 4 years ago

ConvertWorkload should use SQL Server CE to allow using it in restricted workstations where software cannot be installed.

spaghettidba commented 4 years ago

Unfortunately CE does not contain the required APIs to read XE and trace data. Sorry.