Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.47 KB

File metadata and controls

29 lines (20 loc) · 1.47 KB
title Profiling ODBC Driver Performance
description Profiling ODBC Driver Performance (ODBC)
author markingmyname
ms.author maghan
ms.date 03/14/2017
ms.service sql
ms.subservice native-client
ms.topic reference

Profiling ODBC Driver Performance (ODBC)

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

The [!INCLUDEssNoVersion] ODBC driver has two driver-specific options for profiling the performance of the driver.

The [!INCLUDEssNoVersion] ODBC driver can log performance statistics in file. The log file is a tab-delimited file that can be analyzed in any spreadsheet supporting tab-delimited files, such as Microsoft Excel.

The driver can also log long-running queries (queries that do not get a response from the server in a specified length of time). These queries can later be analyzed by programmers and database administrators.

In This Section

See Also

ODBC How-to Topics