odbcping Utility
Important |
|---|
This utility has been deprecated in Microsoft SQL Server. |
The odbcping utility tests the integrity of an ODBC data source and the ability of the client to connect to a server.
If the connection is successful, odbcping displays the version of the SQL Server ODBC driver and the version of the instance of SQL Server to which it connected.
If the connection attempt fails, odbcping displays the error messages it receives from the SQL Server ODBC driver.
The odbcping utility is not installed by SQL Server Setup. The utility can be found on the SQL Server compact disc.

Important