Quote:
|
Originally Posted by dingi
Environment - NT - UDB DB2 6.1
I've backup file in prod box, need to restore in Test box with new name.
How to do this ?
Any proper syntax ?
I'm new to DB2.
|
Are the container and database paths to be reused?
If so :
RESTORE DATABASE <origname> INTO <newname;
If not, you're in a spot of trouble...
