How do you trace the traffic hitting a sql server?



How do you trace the traffic hitting a sql server?..

Answer / Abhinav Gupta

To trace the traffic hitting a SQL Server, you can use SQL Profiler or Extended Events. They allow you to capture events related to database activities such as queries, connections, and locks.
1. SQL Profiler: It is a tool used to monitor and analyze the performance of SQL Server. You can create traces that capture specific events and actions.
2. Extended Events: It is a lightweight, highly configurable event-processing infrastructure for real-time analysis and capturing data in SQL Server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Which institute is best for SQL Server 2005 Training?

6 Answers  


why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration

1 Answers  


Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

1 Answers  


What is SubQuery in SQL Server 2008

1 Answers   HCL,


what is blocking? : Sql server database administration

1 Answers  


Explain the difference between clustered and non-clustered index?

1 Answers  


How to count the number of duplicate items in a table?

3 Answers  


What are the various Isolation levels?

2 Answers   HP,


How to get the definition of a user defined function back?

1 Answers  


What are the database roles? : sql server security

1 Answers  


what are acid properties? : Sql server database administration

1 Answers  


Can you leave a union at any time?

1 Answers  


Categories