Execute this statement from the database being profiled to stop sending diagnostic information to the diagnostic tables. If
you specify the WITHOUT SAVE clause, you can still save the data later—assuming the tracing database is still running and
another tracing session has not been started—by using the sa_save_trace_data system procedure.
To see the current tracing levels set for a database, look in the sa_diagnostic_tracing_level table.
Note
Tracing information is not unloaded as part of a database unload or reload operation. If you want to transfer tracing information from one database
to another, you must do so manually by copying the contents of the sa_diagnostic_* tables; however, this is not recommended.