一.Creating a trace or workload 注意点: In the Trace Properties dialog box, there is a checkbox option in the General tab with the caption Server processes trace data, to specify whethertrace data should be processed on the server. If not checked, trace…
Creating trace with system stored procedures Following are the stored procedures which you should know: sp_trace_create: This stored procedure is used to create a trace and returns the ID of newly created trace sp_trace_setevent: This stored procedur…