Backup & restore operations in sybase
Procedure -2:
Sybase backup using isql command through cmd
Step-1:connect with database using isql –Usapsa –S<sid> -X
Step-2:enter the password
Step 3:enter the command for taking the backup and specify the location and file name
DUMP DATABASE SID TO “LOCATION\FILENAME.DMP”
Step-4:enter go
Step-5:
Later on backup is done at specified location
Done
Hi Santhosh,
Nice and clear however could you please add restore part as well since the blog title itself backup and restore. At least add the best practices/SAP recommendations/SAP notes/Wiki links for restore which will make the blog complete!.
Thanks,
Pradeep
Hi pradeep,
Thanks for your comments and i will update the document as per your suggestions.
Thanks,
Mpssanthosh.
thank you.