Search for a table in multiple schema or databases -


i have few database names, , each database has many schema, 1. how can search table among database names, or among schema...any gui or commands ?

what rdbms ? if oracle try this: "schemaname.tablename" if mssql try "schemaname.databasename.tablename"


Comments

Popular posts from this blog

c++ - OpenMP unpredictable overhead -

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

javascript - Wordpress slider, not displayed 100% width -