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
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?
What are wait types?
How do I find the sql server version?
What is the difference between for xml raw and for xml auto?
Why we use the openxml clause?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Why use identity in sql server?
What is sql or structured query language?
How to enter binary string literals in ms sql server?
Can sql servers link to other servers like oracle?
How to provide default values to function parameters?
What are the properties of the transaction?
What are different types of constraints?
What is the difference between upgrade and migration in sql server?
How do I start sql server 2017?