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

2017-09-18 Thread Mike Bayer
On Mon, Sep 18, 2017 at 5:54 AM, 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 am trying to use pymssql . > > > db_url = '{}+pymssql://{}:{}@{}:{}/{}'.format("m

[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