Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.31 KB

File metadata and controls

40 lines (27 loc) · 1.31 KB
title Python SQL Driver - pymssql
description This guide describes installing Python, the ODBC Driver for SQL Server, and pymssql. The corresponding sample code shows how to connect to and interact with a SQL database.
author dlevy-msft-sql
ms.author dlevy
ms.reviewer vanto, randolphwest
ms.date 06/18/2025
ms.service sql
ms.subservice connectivity
ms.topic conceptual

Python SQL Driver - pymssql

Use the pymssql driver to connect to a SQL database from Python code. This series of articles provides step-by-step guidance for installing and using this Python SQL driver.

Get started

Documentation

Support

pymssql is community-supported software. This software doesn't come with Microsoft support.

Tip

To get help, file an issue in the pymssql GitHub repository or visit other Python community resources.

Community resources

Next step

[!div class="nextstepaction"] Quickstart: pymssql Driver for Python