All Objects Created During a Modeling Session

Example: Query for returning all objects that were created in a session

SELECT TRAN(TYPE@) AS 'OBJECT', NAME, OWNER_PATH
FROM AL.CREATED

Back to Top