Using SQL Server Profiler

SQL Server Profiler is an interface used to track incoming connections to SQL Server, analyze and reuse trace results. In any problem with the server, the recordings that fall to the monitor can be recorded and reviewed again.

SQL Server Profiler can be opened from within the SSMS through the Tools menu.

In the first step, the server on which to turn on tracing is connected and the subject is selected to monitor.

The features of the tracking to be opened from the Events Selection menu can be adjusted in detail.

Trace is started as Run so that we can track the connections that come to SQL Server and that we filter.

--

--