[SQL][Python] Python and Microsoft SQL Notes

Just a place to drop a few notes on integrating Python with Microsoft SQL. I've done a lot of integration with MySQL, but nothing with Microsoft SQL yet, and I have a need to do this.

  • pip install pyodbc
  • import pyodbc



Comments