Is there a way in sql server to search an entire server for a stored procedure name - i.e. the stored procedure could be in any one of the databases in the server.
I'm looking at a .net program (that somebody wrote) that is running a stored procedure in sql server - one thing is that I can't find the servername and database name that the application is connecting to. the structure of the application is a little wierd. secondly, I look in the databases that I'm pretty sure it's referencing and I don't see that stored procedure in the list. It's wierd.