Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回指定跟踪事件的字段的相关信息。
sp_trace_event_fields( [ event_name ] )
event_name 使用此可选 CHAR(256) 参数指定跟踪事件名。缺省值为 NULL。
如果 event_name 为 NULL,则此过程返回所有跟踪事件的字段。
您必须具有 MANAGE ANY TRACE SESSION 系统特权。
无
以下语句返回数据库中所有跟踪事件会话的字段的相关信息。
SELECT * FROM sp_trace_event_fields( );