The meta data is from an SQL 2012 Server.
I have posted alot more, find the whole list here.
Goto Definition or MetaData
Definition:
sys.sp_trace_getdata(int @traceid, int @records)
MetaData:
create procedure sys.sp_trace_getdata
(@traceid int,
@records int = 0
)
as
select * from OpenRowset(TABLE TRCDATA, @traceid, @records)
No comments:
Post a Comment