1.

What Is The Purpose Of Sql Profiler In Sql Server?

Answer»

SQL profiler is a tool to monitor performance of various STORED procedures. It is used to debug the QUERIES and procedures. Based on performance, it identifies the SLOW executing queries. Capture any problems by capturing the events on PRODUCTION environment so that they can be solved.

SQL profiler is a tool to monitor performance of various stored procedures. It is used to debug the queries and procedures. Based on performance, it identifies the slow executing queries. Capture any problems by capturing the events on production environment so that they can be solved.



Discussion

No Comment Found