Top "Pymssql" questions

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

MSSQL in python 2.7

Is there a module available for connection of MSSQL and python 2.7? I downloaded pymssql but it is for python 2.6. Is …

python sql-server sql-server-2008 python-2.7 pymssql
trying to install pymssql on ubuntu 12.04 using pip

I am trying to install pymssql on ubuntu 12.04 using pip. This is the error I am getting. Any help would …

python ubuntu ubuntu-12.04 pip pymssql
Cannot connect to SQL Server database using pymssql but can connect using underlying freetds tsql

I have no idea why I am getting this error and cannot find any solutions for it. I can connect …

sql-server tsql freetds pymssql
Unable to connect to SQL Server via pymssql

I am attempting to connect to SQL Server running on Windows XP system from a *nix system on a local …

python pymssql
How to install pymssql on windows with python 2.7?

It seems that there are no such binaries yet. There is an issue on googlecode: http://code.google.com/p/…

python installation pymssql
pymssql and Adaptive Server connection failed

When I try to connect into Azure database by Pymssql in python I face this error: pymssql.OperationalError: (20002, 'DB-Lib error …

python azure ubuntu freetds pymssql
Import CSV file into SQL Server using Python

I am having trouble uploading a CSV file into a table in MS SQL Server, The CSV file has 25 columns …

python python-3.x pymssql
pymssql windows authentication

The pymssql module used to support windows authentication. Now it seems it does not. Though in some places it still …

python windows-authentication pymssql
mac - pip install pymssql error

I use Mac (OS X 10.11.5). I want to install module pymssql for python. In Terminal.app, I input sudo -H …

python macos python-2.7 pymssql
How do I use SQL parameters with python?

I am using python 2.7 and pymssql 1.9.908. In .net to query the database I would do something like this: using (SqlCommand …

python pymssql