December 2017
Intermediate to advanced
434 pages
10h 14m
English
SQL Trace is a non-visual server-side tracing feature of SQL Server. SQL Profiler, described in the previous section, serves as a client-side viewer of data captured and provided by SQL Trace. SQL Trace is defined by a set of system-stored procedures. Writing a new trace from scratch is very difficult or almost impossible, which is why SQL Profiler provides a script option. When a new trace is defined in SQL Profiler, it could be scripted from the file menu. The exact procedure is as follows:
The trace ...
Read now
Unlock full access