how to find SQL Query execution time?
I have a one table with 10,000 rows and at a time I am displaying 200 Max rows only. in my sql statement there around 15 tables join together.
how I find exact execution time?
1
I have a one table with 10,000 rows and at a time I am displaying 200 Max rows only. in my sql statement there around 15 tables join together.
how I find exact execution time?