Saving a query outside of the database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several databases with the same schema. I write a query in one of
them and I copy and paste it into the others. Is there a way of sharing
queries between databases?
Thanks
Alec
 
Not directly.

You can import several queries at once via:
Tools | Get External | Import

CopyObject might also be interesting.
 
Back
Top