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 happens if null values are involved in bitwise operations?
Explain the dbcc pintable command when would you use it?
How to join two tables in a single query in ms sql server?
Why use “nolock” in sql server?
What is command parameter in ssrs?
what happens on checkpoint? : Sql server database administration
What are the types of ssrs?
Do you know data definition language, data control language and data manipulation language?
How do I create a stored procedure in dbml?
What is wide table?
Explain indexed views?
What are the properties and different types of sub-queries?
Which are the olap features?
What are the joins in sql server? : sql server database administration
what is bit datatype? : Sql server database administration