What is SQL Profiler and the use of it?

Answers were Sorted based on User's Feedback



What is SQL Profiler and the use of it?..

Answer / anilreddy

To check how much time a query is going to execute.

Is This Answer Correct ?    4 Yes 0 No

What is SQL Profiler and the use of it?..

Answer / pradeep

Sqlprofiler is a tool to debug, troubleshoot,monitor and measure your applications and sqlstatements and stored procedures.The tool enables you to select which events you want to monitor .......

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Can a rule be bound to any column of any data type?

1 Answers  


How do I open a .db file?

1 Answers  


What is instead of trigger sql server?

1 Answers  


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

0 Answers   Satyam,


How to use subqueries in the from clause in ms sql server?

1 Answers  


How to loop through returning rows?

1 Answers  


How do you create an execution plan?

1 Answers  


How can I get data from a database on another server?

1 Answers  


What is user defined datatypes and when you should go for them?

1 Answers  


in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.

8 Answers  


What are the instances when triggers are appropriate?

1 Answers  


Is it possible to call a stored procedure within a stored procedure?

1 Answers  


Categories