I have a SQL query - fairly complex, but not too bad.
When I run the SQL query in Management Studio, the query runs in about 10 seconds or less.
When I put the SQL query directly into a reporting services report, the query runs in about 10 seconds or less.
When I put the exact same SQL query into a stored procedure, and call the procedure in the reporting services report, the SQL query takes 10 times as long, or times out completely.
Is there anything specific about stored procedure settings?