SQL Server: List schema name and table name
Select quotename(SCHEMA_NAME(SCHEMA_ID)) + '.' + QUOTENAME(name) AS SchemaTable From sys.tables