1.

Solve : AUTOMATIC BACKUP COMMAND?

Answer»

I am USING windows xp pack 2 and i want to WRITE a an automatic backup command using ms dos to backup a database i DEVELOPED using microsoft access.How do i do that?
TRY using the Microsoft Windows NTbackup command.
You will also have to Stop and Start the Database to avoid corruption. You can use NET STOP ( service name ) to stop the database then COPY the MDB to a location either local, remote, or to some other media, then NET START ( service name ) to start the database back up.

I use a silimar batch for backing up my MSSQL database...with MSSQL you may also have to stop and start the SQL Agent Service.



Discussion

No Comment Found