List of the tables

  • Thread starter Thread starter Benn Vosloo
  • Start date Start date
you can use this query:
SELECT MSysObjects.Name
FROM MSysObjects WHERE (MSysObjects.Type=1 OR MSysObjects.Type=6) and
not(name like "msys*")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top