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?
Ronis,
do you have GUIDs in your SQL server tables and do you find that ODBC is bringing back the values of those GUIDs in a messy and unhelpful manner?
I’ve been wondering if I’m missing out on doing somethign specific to handle GUID data.