Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.66 KB

python-sql-driver-pymssql.md

File metadata and controls

41 lines (28 loc) · 1.66 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Python SQL Driver - pymssql
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.
David-Engel
davidengel
08/22/2023
sql
connectivity
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 steps

[!div class="nextstepaction"] Step 1: Configure development environment for pymssql Python development