Can someone point me in the right direction, how can I connect to MS SQL Server with Python? I want to read a text file, extract some values, and then paste the values ββfrom the text file into a table in my Sql Server database. I am using Python 3.1.3, and it looks like some of the modules I found in online research are not included in the library. Am I missing something? Is there a good third-party module that I should be aware of. Any help would be greatly appreciated. I am using windows. thank
source
share