Top "Pymssql" questions

A discontinued interface for Python that provided a standard Python DB-API interface to Microsoft SQL Server.

pymssql throws ImportError: No module named _mssql when build app with py2exe

I have python application that shoud be launched as windows executable. I'm using py2exe and pymssql 1.9.908. I used next …

python py2exe pymssql
"Unexpected EOF" connecting to SQL Server

I am trying to use pymssql to connect to a SQL Server 2012 database running on Windows Server 2008. db = pymssql.connect(…

python sql-server pymssql
Connect to SQL Server instance using pymssql

I'm attempting to connect to a SQL Server instance from a Windows box using pymssql (version 2.0.0b1-dev-20111019 with Python 2.7.1). …

python sql-server pymssql
Windows Authentication With SQLAlchemy and pymssql

I want to create trusted connections to a SQL Server database, using pymssql. Given that that code is going to …

python sql-server sql-server-2012 sqlalchemy pymssql
pymssql: How to use windows authentication when running on a non-windows box

Is there a way for python to connect to MS SQL Server using Windows Authentication, even when not running the …

python sql-server pymssql
Error while install pymssql in centos 7

I have faced the issue while installing the pymssql in my virtual machine (Centos 7) I had python installed version 2.7.6 Command …

python linux pip pymssql centos7