I have a stored procedure that I want to call a second stored procedure in another database (which will return a list based on the name passed in as a parameter). I am using the following call
"EXEC SecondProcSynonym @paramName"
But it is not working. Any ideas? Thanks!