What is SQL Trace

Showing Answers 1 - 6 of 6 Answers

Azmath

  • Dec 21st, 2006
 

SQL Trace is a performance tuning tool, which is used to fine tune your program.  It traces the time taken to fetch the data from the database and helps us to reduce it (Eg. modifying SELECT statements, INNER Joining etc.,)

  Was this answer useful?  Yes

kasireddy

  • Jan 4th, 2007
 

SQL Trace tool is provided along with ABAP workbench to analyze the sql queries for developers.

At any point of time one user can use the sql trace as it consumes more system resource.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions