Introduction:
In this we will check how we
can find tables and Schema in sql server database using query. We will use
system stored procedure to find the tables and Schema.
Find Schema(s)
1.
Query
to find all the schemas with details
SELECT * FROM sys.schemas