adspace


How do you trace the traffic hitting a sql server?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why and when do stored procedure recompile?

1057


What is an indexed view?

1021


How to convert character strings into numeric values?

1189


How to provide default values to function parameters?

1257


What is temporary table in sql server? Why we use temp table?

1019


What is standby servers? Explain types of standby servers.

1078


Explain system functions or built-in functions? What are different types of system functions?

1065


How can I check that whether automatic statistic update is enabled or not?

1111


What is normalization and what are the advantages of it?

1054


what is the difference between openrowset and openquery?

1193


Why use identity in sql server?

1197


What is self contained sub query?

1139


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1132


How do I start sql server 2017?

1015


What is a view in sql?

1039