Hi I'm running subsonic 3 when trying to call a stored procedure ( sp.ExecuteTypedList() ) I get the error :
Implicit conversion from data type sql_variant to varchar is not allowed. Use the CONVERT function to run this query.
Any idea on how to fix this ?