Connecting to MS SQL with pymssql and openquery

Have you ever struggled to install a module in python and connect to a MS SQL database with openquery? I spent a few hours browsing through Stackoverflow andpymssql documentation, downloading and uninstalling various modules until it finally worked. Here is what I did (if you’ve had an easier install experience to make pymssql work for … More Connecting to MS SQL with pymssql and openquery