I'm trying to write a query that will display all the tables and views (FROM information_schema.tables) associated with their respective reports (FROM dbo.Catalog) from a database. Is it even possible? Can anyone point me in the right direction?
Thanks