Advice on best way to Auto Backup Tables

js061256

Registered User.
Local time
Yesterday, 21:28
Joined
Oct 13, 2014
Messages
10
I have a whole bunch of database tables in various databases to backup. Is there a standard or preferred way to do this? My first thought was to create a separate database with linked tables and run make table queries periodically to keep the backups current.

Am I on the right track? Does anyone have code examples that might work?
 
Why not simply copy the whole database as a backup on a periodic basis?
 

Users who are viewing this thread

Back
Top Bottom