[sqlalchemy] Re: Sqlalchemy unable to work with azure SQL server ( The rest aws local all works)

2017-09-18 Thread suman deb
port = 1433 tds version = 7.1 On Monday, September 18, 2017 at 3:24:54 PM UTC+5:30, suman deb wrote: > > Hi I have followed the sqlalchemy connection strings docs for mssql > > This is my connection string that works for mssql in other platforms ( > aws-rds, vm) > > i

[sqlalchemy] Sqlalchemy unable to work with azure SQL server ( The rest aws local all works)

2017-09-18 Thread suman deb
Hi I have followed the sqlalchemy connection strings docs for mssql This is my connection string that works for mssql in other platforms ( aws-rds, vm) i am trying to use pymssql . db_url = '{}+pymssql://{}:{}@{}:{}/{}'.format("mssql", user, password, host, port, dbname) engine = create_en