Hi guys!
I am trying to fetch data from SQL Server using Julia. I tried to use ODBC.jl, but there are many bugs. My data is too long and it seems that ODBC.jl is putting garbage due to buffer size or something.
I cannot use it in its current state. Hence, is there any other way to do this within Julia?