In the Object Designer we can see Table ID and Table Name information,Where is this information store in the sql or how to retrieve the information from SQL?
To see the table name, you will need to login to SQL Server Management Studio if you use SQL option.
An alternative is to use client monitor. You will be able to view the SQL Queries.
In the Object Designer we can see Table ID and Table Name information,Where is this information store in the sql or how to retrieve the information from SQL?
Comments
An alternative is to use client monitor. You will be able to view the SQL Queries.
the exact querry is SELECT * FROM "Object", I get from client monitor.