I\'ve got mssql 2005 running on my personal computer with a database I\'d like to run some python scripts on. I\'m looking for a way to do some really simple access on the d
I also successfully use pymssql with CPython. (With and without SQLAlchemy).