Can I backup my database from inside it?

S

Stapes

Hi

I want to take a backup of my database each day before it is closed.
Is there a way of doing this in code from inside the database?

Stapes
 
M

mcescher

Hi

I want to take a backup of my database each day before it is closed.
Is there a way of doing this in code from inside the database?

Stapes

Put your data in a backend database and back that up from the front
end, or you could set up a scheduled task via Start, Programs,
Accessories, System Tools, Scheduled Tasks. Have it run at 2:00 am
when no one is in it. If you're afraid that someone could be in it
still, set up a timer to get out of the program at 1:45 am.

Hope this helps,
Chris M.
 
Top