adspace


how to trace the traffic hitting a sql server? : Sql server database administration

Answer Posted / Deependra Kumar

{"tracing traffic": "To trace the traffic hitting a SQL Server, you can use the SQL Profiler tool or Extended Events. These tools help capture data about network traffic, SQL statements executed, and other performance-related information. You can filter events based on conditions to focus on specific types of network activity."}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1052


What are wait types?

1262


How do I find the sql server version?

1114


What is the difference between for xml raw and for xml auto?

1125


Why we use the openxml clause?

1088


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


Why use identity in sql server?

1210


What is sql or structured query language?

1235


How to enter binary string literals in ms sql server?

1256


Can sql servers link to other servers like oracle?

928


How to provide default values to function parameters?

1273


What are the properties of the transaction?

1084


What are different types of constraints?

1007


What is the difference between upgrade and migration in sql server?

1193


How do I start sql server 2017?

1024