I’m starting with Reporting Services. I have SQL 2008 R2 Standard running. Reporting Services is up & running on the same server.
I created a stored procedure which takes one int as a parameter. In SQL Server, I have no problem running this as user “A”.
I created a shared connection to SQL (with the sql user A), and I’m creating an embedded dataset. When I click on the “Stored procedure” radio button, I must fill in some information. I set the windows user which is authorized to connect to Reporting Services.
After this, I have a list of stored procedures, but not the one I created:
But I’ve set all the permissions for user A:

What am I missing?
I created my stored procedure before I created my project.
I finally ended by specifying myself procedure name and it works, it just can’t display them in the list.