Hello everyone iam facing a problem trying to connect my database sql server 2005 to superset but i keep getting an error that the user or the password aare not correct but it’s correct then i tried to connect my local database sql server 2017 it worked using this connection string :
mssql+pymssql://user:password@host:port/database
I tried also to use pyodbc but it doesn’t work my question is does superset support sql server 2005 ??
i tried this :
mssql+pymssql://user:password@host:port/database and it doesn’t want to work
idriss MOUTIA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.