I am using Apache Superset and to connect to the SQLServer, I am using the below url which works fine but connects to master DB on MSSQL. I wanted to connect to another DB on MSSQL but do not know how to do that
mssql+pymssql://<username>:<password>@<freetds_name>/?charset=utf8
Is there a way I can explicitly mention the DB name in the url ? Another issue I have is my db name has space in it, it is "Data Analytics"