Say I want to copy a database from one place to another. I can use, e.g.
Insert * From DB1 Into DB2
Where DB2 is the target database. Question: will this insert query also copy all
the data objects: Indexes, triggers, etc. from DB1 into Db2 ? If not, will
the export Wizard to the job? Anything else?
Thanks.