Hi,
I have a stored procedure whcich uses dinamyc SQL
Like:
set @SQLVAR = 'select a,b,c from tablename'
exec @SQLVar
When I add the store procedure into the report I cannot see the fields to add to my report.
I want to see the a,b and c columns returned.
Can someone help?