Dremio connecting to MS SQL Server

Greetings

Have looked high and low for this I am raising the white flag. I have spun up dreamio using
dockerrun -p 9047:9047 -p 31010:31010 -p 45678:45678 dremio/dremio-oss -v ./data:/opt/dremio/data

And now I want to connect to my local SQL server installed on my laptop. Do I need to install some sort of driver within this dremio container for it to connect to my sql server?

I am getting the following error

Could not connect to mssql, check your JDBC connection information and credentials.

Thanks!

Had to use the ip address used for tcp/ip!

Thanks

@Yosi Glad you were able to resolve the issue, kindly let us know if you have any other questions

1 Like