Results 1 to 3 of 3

Thread: Data Backup Strategies

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    37

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Data Backup Strategies

    What type of database is being used?

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width