SQL Server Profiler is an interface to create and manage traces and analyze and replay trace results. Events are saved in a trace file that can later be analyzed or used to replay a specific series of steps when diagnosing a problem.
Microsoft SQL Server Profiler is a graphical user interface to SQL Trace for monitoring an instance of the Database Engine. You can capture and save data about each event to a file or table to analyze later.
docs.microsoft.com/en-us/sql/tools/sql-server-prof….
Create trace
docs.microsoft.com/en-us/sql/tools/sql-server-prof…
コメント