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
Tell me about builtinadministrator?
What are the basic features of a trigger in ms sql server?
Explain datetime2 data type in sal server 2008?
What is the purpose of forms?
Where do you find the default Index fill factor and how to change it?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
How do I know if localdb is running?
What is the maximum rows in sql server table?
Can I save my report as html, excel or word? : sql server management studio
What are the ways available in sql server to execute sql statements?
What are the 2 types of classifications of constraints in the sql server?
What is a self join in sql server?
What are data regions?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?