Re: [sqlalchemy] Getting different error messages trying to connect to DB server.

2014-12-19 Thread Michael Bayer
more of a pyodbc issue / ODBC configuration issue.you probably want to try pyodbc directly, though that might take awhile, so maybe stackoverflow. you probably want to start with ODBC connect tools, e.g. those “test connection” buttons you see when you set up your ODBC datasource (assuming t

[sqlalchemy] Getting different error messages trying to connect to DB server.

2014-12-19 Thread Ben Nardone
Hi All, Hoping someone might have a suggestion - I'm trying to use SQLAlchemy to connect to an MS SQLSERVER database, and I keep getting rejected. Here's what I'm using to connect: mssql+pyodbc://*myusername*:mypassword@servername:serverport/dbname OR mssql+pyodbc://mydomainname\*myuser