Are there any Royalty-Free Database Auditing 'Setup and Reporting' Tools
available for SQL Server 2000.?
Thanks
The free version would likely be to create your own traces
in SQL Server. Import the traces to a table. Then create the
reports off the trace table you imported.
-Sue
On Tue, 15 Jun 2004 12:14:24 -0400, "Jignesh Doshi"
<nospam@.nospam.com> wrote:
>Are there any Royalty-Free Database Auditing 'Setup and Reporting' Tools
>available for SQL Server 2000.?
>Thanks
>
|||Create several traces:High CPU, Duration, Read and Write.
Script them.
Turn the script into stored procs that write to disk at 1 MB intervals.
Run the procs as startup procedures.
Use a job to import the trace output with the function.
Just a thought.
Tim Net
"Jignesh Doshi" <nospam@.nospam.com> wrote in message
news:%233XszMvUEHA.220@.TK2MSFTNGP10.phx.gbl...
> Are there any Royalty-Free Database Auditing 'Setup and Reporting' Tools
> available for SQL Server 2000.?
> Thanks
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment