Saving a query outside of the database

A

AlecJames

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
 
A

Allen Browne

Not directly.

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

CopyObject might also be interesting.
 
Top