Proper Settings for SQL Server 2005 Profiler User Auditing
Posted
by
Irwin M. Fletcher
on Server Fault
See other posts from Server Fault
or by Irwin M. Fletcher
Published on 2010-12-15T21:59:12Z
Indexed on
2010/12/27
23:56 UTC
Read the original article
Hit count: 488
I have been tasked with creating a catalog of all users\applications that access a particular database at our company. The issue is that we have no idea what users are using the database and what they are doing (what queries they are using or stored procedures). I would like to run this over a few days, but want to minimize the amount of information that is returned in the trace, could anyone please advise me on what the minimal settings for Profiler are for this.
© Server Fault or respective owner