If I have, say, a dozen databases on a database server and am looking for a specific stored procedure without knowing which database it can be found, is there a way to query all of the databases to find the location of the stored procedure? I will need
to either constrain it to a list of target databases or have an ability to exclude databases, such as system databases, that I either don't have access to or are not relevent.
↧