> I have two questions and I can't find anything in the docs...
> 
> 1. Is it possible to export tables and import them into 
> another database 
> afterwards? How is it done?
use the tableextract/tableload statements of the replication manager
to migrate tables on page level or the
dataextract/dataload statements to migrate tables on row level.
more docu:
http://www.sapdb.org/htmhelp/33/c6c63522b8057ce10000009b38f889/frameset.htm

> 2. I need to store the session-id in a temporary table, but I 
> can't find a 
> way how to get it. Is it possible to get the session-id?
use the systemtables
DOMAIN.CONNECTEDUSERS
DOMAIN.CONNECTPARAMETERS
to get information about running sessions.
more docu:
http://www.sapdb.org/htmhelp/e0/ed9036dfe4b903e10000009b38f889/frameset.htm


-- 
Hans-Georg Bumes
SAP DB, SAP Labs Berlin
http://www.sapdb.org/


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to