The IDalDriverExt interface contains methods used to profile (measure) execution of the SQL queries. This interface is used to work only with Microsoft SQL Server 2008 DBMS.
| Method name | Brief description | |
| PrintProfileResults | The PrintProfileResults method outputs the results of profiling. | |
| StartProfile | The StartProfile method starts profiling. | |
| StopProfile | The StopProfile method stops profiling and outputs its results. |
See also: