Alternatives to access SQL Server from Julia

You can always use PyCall and your favorite python package, e.g. pyodbc.

I can confirm this works flawlessly in production.

1 Like