ODBC.jl and Stored Procedures

I couldn’t find anything about this elsewhere, but is it possible to return data from a SQL Server stored procedure through ODBC.jl? I have a SP that returns data via a “select * from #temp” line at the end, but when I try to run the SP using either the query or execute! function, it doesn’t return the data (it runs the rest of the SP, though).

Any ideas on how to return data from a SP on SQL Server?