daveg2 wrote: > > Thank you for the response, Nigel. > >Can you be a little more specific? Do you want to look for > changes in the > >schema or changes in data between two versions? If you want > to look for > >schema changes, you can query the data dictionary if the > schemas are on the > >same instance. > I want to look for differences in the schema between two > different instances. > After determining the differences, I want to be able to apply > the difference to > one of the instances. The goal on task completion is to have > identical schema > in the two instances. Data is not part of this task.
Will the second instance (where you want to apply the differences to) have data and need to have it afterwards, too? Or would it be possible to do a schemaextract on the first instance and create the complete schema in the second one? Or do you expect that any difference can be applied without bad impacts on the data in that schema on the second instance? Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
