Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is SQL Profiler?

Add comment
Views: 53
Votes: 0
Comments: 0
SQL Profiler is a graphical tool that allows system administrators to monitor events in an instance of Microsoft SQL Server. You can capture and save data about each event to a file or SQL Server table to analyze later. For example, you can monitor a production environment to see which stored procedures are hampering performances by executing too slowly.

Use SQL Profiler to monitor only the events in which you are interested. If traces are becoming too large, you can filter them based on the information you want, so that only a subset of the event data is collected. Monitoring too many events adds overhead to the server and the monitoring process and can cause the trace file or trace table to grow very large, especially when the monitoring process takes place over a long period of time.
Others in this Category
document Name 3 ways to get an accurate count of the number of records in a table?
document What are Sparse Columns?
document Q: What is CYCLE/NO CYCLE in a Sequence ?
document What is a Scheduled Jobs or What is a Scheduled Tasks?
document What is a Linked Server?
document What is UNIQUE KEY constraint?
document Q: What is difference between UNIQUE and PRIMARY KEY constraints?
document What is MERGE Statement?
document What is an execution plan? When would you use it? How would you view the execution plan?
document What is SQLCMD?
» More articles



RSS