Re: [gdal-dev] Can not connect to MSSQL database on Azure

2015-12-29 Thread Paul Meems
Thanks Tamas, You are completely right. We misinterpret de code. Thanks to the link you provided we now understand we need to use a different connection string: MSSQL:server=***;database=***;trusted_connection=no;uid=***;pwd=*** Thanks, Paul *Paul Meems * Release manager, configuration manager

Re: [gdal-dev] Can not connect to MSSQL database on Azure

2015-12-28 Thread Tamas Szekeres
Hi Paul, I don't think we are hard coding trusted_connection in the MSSQL connection strings. The UID and PWD is also accepted in the ODBC connection strings according to: https://msdn.microsoft.com/en-us/library/ms130822.aspx Best regards, Tamas 2015-12-28 22:05 GMT+01:00 Paul Meems : > I'm

[gdal-dev] Can not connect to MSSQL database on Azure

2015-12-28 Thread Paul Meems
I'm trying to connect to a MSSQL database on Azure using a SQL Server user account but I get this from GDAL (v2): Unable to initialize connection to the server for MSSQL:server=***;database=***;user=*** ;password=*** [SQL Server]Login failed. The login is from an untrusted domain and cannot be used