SQL Server Profiler Features and Tasks?

What is the use of SQL Server Profiler? What facilities does it provide to developers?

Tags..  SQL Server  SQL Server Profiler  SQL Server Performance  DBA
Views: 34 | Community Opinion/Answer: 1

Add Your Opinion

Bookmark this page..



Ask a New Question Go to Home


Community Opinion/Answers
SQL SERVER DBA said..

SQL Server Profiler enables you to capture a workload of activity on your server. A workload contains a list of customizable events and, for each event, a customizable set of data columns that represent attributes about the events you choose. Reviewing activity in the form of a workload is only part of the power that SQL Server Profiler offers.

You can also replay workloads, tune workloads, and correlate those workloads with System Monitor Performance Counter logs to get an accurate view of system load and stress. The updated SQL Server Profiler maintains a similar look and feel to the former SQL Server 2000 Profiler, yet makes complex trace event, element, and filtering option selection easier than in previous versions of the tool, despite the fact that it has even more trace options.


What do you think? Add your opinion/answer
Your Name:
*your opinion/answer: