Hello @Swathi Garudasu ,
Thanks for the ask and using Microsoft Q&A platform .
I am sorry I am not sure , I undertstand that ask , but you can use the below query to get all the tables which store the meta data .
SELECT Table_name FROM $System.DBSchema_Tables
WHERE TABLE_TYPE = 'SCHEMA'
ORDER BY TABLE_NAME ASC
The table name which get from the above table can be used in the below query
select * from $System.TMSCHEMA_MODEL
Please do let me know how it goes .
Thanks
Himanshu
-------------------------------------------------------------------------------------------------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators