Viewing post 1 (of 1 total)
I found this code. i think it will help you 🙂
@maxfilesize is file size
DECLARE @TraceId int
DECLARE @maxfilesize bigint
SET @maxfilesize = 25
EXEC sp_trace_create
@TraceId OUTPUT,
@options =...
October 1, 2009 at 7:55 am
#1060447