Kdb connection to SQL Server

Hello, is this the best way to connect and query an exiting SQL Server?

https://github.com/kxcontrib/jludlow/blob/master/docs/odbc.pdf

Thanks

I’d say it’s probably the most straightforward way, especially if you are already on Windows.

There are other approaches that are, in some sense, superior. But it all depends on your exact requirements after all.

Thanks