|
-
Jan 10th, 2008, 02:18 PM
#1
Thread Starter
Member
Data Backup Strategies
I have developed General Ledger application in vb6 so my client need backup of data but unfortunately I don’t know the strategies please guide me the different strategies that I can backup my client’s data easily .and also provide details of techniques breifly database sometimes i use is ms acess and sql server 2000
Last edited by selicon.valley; Jan 10th, 2008 at 04:35 PM.
-
Jan 10th, 2008, 02:40 PM
#2
Re: Data Backup Strategies
What type of database is being used?
-
Jan 11th, 2008, 08:40 PM
#3
Re: Data Backup Strategies
You mention ACCESS and SQL 2000...
Are you using both?
With MS SQL - you create a maintenance plan that runs on the server.
This should make a FULL BACKUP on some cycle - let's say every night when the users leave.
Then you also have it make a transaction-only backup every so often. Could be every hour - could be every 5 minutes.
How often you make this backup determines how much could potentially be lost due to hardware failure.
Of course you need to backup to a different disk then the MDF/LDF.
Or maybe move the backups to a different server (after they are produced - of course).
As for ACCESS - if that is the backend - I believe people suggest making a copy of the file upon entry or exit from the program. But I'm not an ACCESS person - so that's a guess.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|