How to get entire VARCHAR(MAX) column with Python pypyodbc
问题 I have a Python program that connects to an MSSQL database using an ODBC connection. The Python library I'm using is pypyodbc. Here is my setup: Windows 8.1 x64 SQL Server 2014 x64 Python 2.7.9150 PyPyODBC 1.3.3 ODBC Driver: SQL Server Native Client 11.0 The problem I'm having is that when I query a table with a varchar(max) column, the content is being truncated. I'm new to pypyodbc and I've been searching around like crazy and can't find anything on how to prevent this from happening in