Get a List of Forms on Your Server
From ARSWiki
Use the following query to get a list of forms and their internal AR System schemaid that exist on the AR System server.
SELECT NAME, SCHEMAID FROM ARSCHEMA ORDER BY NAME
Return to the Useful SQL Queries page.

