damionw / pythonbcp

BCP for SQLServer from Python
Apache License 2.0
5 stars 3 forks source link

Python BCP

Overview

Python BCP is a python module that facilitates direct BCP data transfers to a SQL Server database

Build requirements

FreeTDS is required, as are the Python development headers and libraries.

Running setup.py works as you'd normally expect

Windows

On Windows, Anaconda is recommended

See:

TODO