Discussion:
How to Backup Database (Windows 2003)
(too old to reply)
unknown
2009-02-18 02:36:50 UTC
Permalink
Hi,

I would like help on how to backup the database in the ASE
which is installed on a Windows Server 2003 machine. Please
help me out on this. Thank you.

Warmest regards,
Andy
Manish Negandhi [TeamSybase]
2009-02-18 04:16:21 UTC
Permalink
Post by unknown
Hi,
I would like help on how to backup the database in the ASE
which is installed on a Windows Server 2003 machine. Please
help me out on this. Thank you.
Warmest regards,
Andy
there are many options you can use while taking backup of ASE
database. a simple way to do is to execute below mentioned command in
isql
dump database dbname to "path/dir1/dir2"

check this link to know more about dump options http://tinyurl.com/d5ovr8

-HTH
Manish Negandhi
[TeamSybase]

Loading...