Connecting Python to MSSQL using Pymssql Connecting Python to MSSQL using Pymssql flask flask

Connecting Python to MSSQL using Pymssql


Ok so the issue was that pymssql has an upper password limit of 30 characters. My new instance connection password exceeded this. Just in case anybody has the same problem.