Sometimes I need to find a table but I do not remember the database it is in as well as the full name of the table... So i had to put this little script together.
In the SELECT @tableName ='%[name]%' replace [name] with the table name you are looking for and run the script.
Also, if you replace all sys.tables in the script with sys.procedures you will be able to find any stored procedure.