Hi, harsha gudimella wrote:
> I have a database installed at two different unconnected > locations. I need to have same data in some tables in both > the databases. the Data need to be synchronized once a week. > How can i export the data from the first location and import > only the Data Of Some tables , similar to Oracle Export/Import ? > Please help me out > Replication Manager (7.3)/SAP DB Loader (7.4) could be the tool of choice. If the contents of the tables in both location should be identical (this implies that you can delete the whole content of the destination table) you could use the command pair TABLEEXTRACT/TABLELOAD. If this is not applicable you could use the command pair DATAEXTRACT/DATALOAD. HTH for the first time. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
