List Report is Different Database

  • Thread starter Thread starter Gary S
  • Start date Start date
G

Gary S

I would like get all the report names in a
different database than the one I am
currently in. Please help.
 
Gary said:
I would like get all the report names in a
different database than the one I am
currently in.


SELECT [Name]
FROM MsysObjects IN "path to other database"
WHERE [Type] = -32764
 

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