How to Restore SAP Sybase Backup from Multiple backup files or Multiple backup stripes
- login into sybase database
Use the below command if you have more than one backup file
> load database <database name> from <location path 01.dmp>
> stripe on <location path 02.dmp>
> stripe on <location path 03.dmp>
> go
Comments
Post a Comment