|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
using profiler to audit commands issued by a workstationi've been using profiler to audit commands issued to our db server. i
was just wondering if there is an option to filter the said logs for commands issued by a particular workstation. thanks! In Trace Properties do this:
1) On the Data Columns tab add the 'HostName' column; 2) On the Filters tab apply the 'HostName' filter. If you don't know the name of the workstation run this query on the client (the workstation): select host_name ML |
|||||||||||||||||||||||