What is SQL Profiler what is the use of it?
Answer Posted / tap_ks
SQl Profiler is a tool provided by SQL Server, which can
capture the queries, procedures executed on the database.
It also capture all the details like user, m/c, input
parameters, time of execution etc. This is very helpful
while bebugging any query / procedure.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What are the aggregate and scalar functions?
Can you explain what is indexed view? How to create it?
What are the various editions of sql server 2017 that are available in the market?
Do you know what is openxml in sql server?
Can you please differentiate between a primary key and a unique key?
What is normalization 1nf 2nf 3nf?
How can you append an identity column to a temporary table?
Is sql server implemented as a service or an application? : Sql server database administration
Explain filtered indexes?
How to maintain a fill factor in existing indexes?
What is normalization and its types?
Why use “nolock” in sql server?
How each E-R model constructs can be mapped to the relational model?
How to select an exiting database using mssql_select_db()?
How to declare and use cursor variables?