I have a stored procedure that is stored in multiple databases and I want to give the client the option to pick the "database" from a drop down box of the report then pass that parameter to my stored procedure to run against the chosen database.
Is this possible and would I have to use dynamic sql for passing the parameter to my stored procedure?
Thanks,
Sue
Sue