I learn, I pass it on. Please comment and ask questions!
SELECT schemas.name + '.' + tables.name SchemaTableNameFROM sys.tables JOIN sys.schemas ON tables.schema_id = schemas.schema_id