Re: Audit Trace Files
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Tue, 25 Dec 2007 08:54:44 +0200
Hi
In SQL Server 2005 take a look at sys.traces system table
"Munish Narula" <munish.narula@xxxxxxxxx> wrote in message
news:4412799B-EE0B-431B-92E2-F51988471166@xxxxxxxxxxxxxxxx
I am using server side traces to enable SQL Server 2000 and 2005 auditing.
Every time I start the server, I define a new trace file for auditing. So
till now I have configured around 100 trace files.
Now I want to get the list of all the trace files (which are at different
location in my PC), using some mechanism. Please let me know if there is a
function or procedure which will give me all the trace files that have
been
configured for auditing in SQL 2000 and 2005.
I found a function fn_trace_getinfo, which returns information about a
specified trace or all existing traces, but I want all the trace files,
which
have been created till now, irrespective of whether they are active or
not.
Is there a function in SQL which would help me in this?
.
- Follow-Ups:
- Re: Audit Trace Files
- From: Munish Narula
- Re: Audit Trace Files
- Prev by Date: Re: Audit Trace Files
- Next by Date: Re: Audit Trace Files
- Previous by thread: Re: Audit Trace Files
- Next by thread: Re: Audit Trace Files
- Index(es):
Relevant Pages
|