Is there a way to automatically generate, like in MS SQL, a script that will allows me to duplicate all the tables, index, view, etc.
If this is not possible, which way will be best to recreate similar tables or database onto another machine?
Thanks in advance.