How can I set up a server side trace that dumps to a database instead of a trace file?
I set-up and tested a trace configuration I want with Sql Server Profiler that dumps only needed info straight to a separate database (without a .trc file).
When I export this trace as sql statement however, I see it is configured to save to .trc file instead of a database.
Either my googling-fu is letting me down or nobody is interested in this.