Thanks for the reply, but i haven't taken any idea of what you are talking about. Can you explain to me what to write in the batch and what to run as executable (In Windows).
I don't know if there's an executable to run or a function that the sybase has to backup a specific database. (I know that i can do it from central viewer manually).
I don't know how to explain, but i want to make a program and install it on the server of the client which automatically backs up his database.
There are several ways to backup a database, it depends if the server is running or not, if you want to backup just the transaction log or also the '.db'.
Keep in mind that backup itself is just a process of coping the files in a safe place to replace the originals if something goes wrong, that means that you can make a program to just copy the files somewhere for backup, but this methods needs the server to be offline. Another way is using sybase's utilitys, for example you can create a program that uses the dbbackup, dbshrink or dbtool, the syntax and help are in the help of sybase.
Try searching the sybase web site for backups methods and tips.
It also depends on the version of sybase.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.