Cari DB untuk nama tabel

SELECT * 
FROM INFORMATION_SCHEMA.TABLES 
WHERE TABLE_NAME LIKE '%whatever%'
Chris PA