How to trace the traffic hitting a SQL Server?

Submitted by: Muhammad
SQL profiler is the SQL Server utility you can use to trace the traffic on the SQL Server instance. Traces can be filtered to narrow down the transactions that are captured and reducing the overhead incurred for the trace. The trace files can be searched, saved off, and even replayed to facilitate troubleshooting.
Submitted by: Muhammad

Read Online SQL Server Database Administrator Job Interview Questions And Answers