> Mattias,
>
> The database is large due mostly to a couple of tables that hold historical
> account aging information. The largest transactional table has fewer than
> 100,000 rows. The mid-day archiving would not include the larger tables.
> It's client and network -based outages that I want to protectect against
> with bi-hourly backups of the mdb.
>
> We do plan to switch the application over to MSDE or SQL Server Express
> before the end of the year but in the interim I would like to protect the
> data. I used Winzip for this purpose but as the file size grew we concluded
> that the zipping process was yeilding corruption.
>
> Unfortunately, changing over will be a bit of a chore. The front end is over
> 25 MB. Many objects will need recoding.
>
> Wouldn't scripting for recovery be less necessary with a product like SQL
> Server? I would think that daily backups should be adequate.
>
> Patrick.
>
>
> "Mattias Jonsson" <news[ at ]ett-remove-idesystem.se> wrote in message
> news:u96Z2ewPGHA.3728[ at ]tk2msftngp13.phx.gbl...
> Patrick,
> It might just be me, but it sounds like you are pushing the practical
> limits of Access with such a large mission critical database. If, for
> example you went for a MySQL (or similar RDBMS) back end database then
> you could have DDL scripts for restoring the structure of the database
> as well as user permissions. You would restore the data the same way as
> you describe for Access. Changing over might take no more work than
> building the maintenance application you are describing.
>
> Good luck
> Mattias
>
> From: Patrick Jackman, on 3/3/2006 2:58 PM:
>> Thanks Doug. That makes sense. I'd prefer to build something though.
>>
>> I have an 800 MB Access 97 database that I'd like to live-backup every 2
>> hours during business hours. I was planning to incorporate Gary Robinson's
>> approach of using ADO.Recordset.Save adPersistADTG. When I need to recover
>> it would be great to rebuild the database from a script, import the data
>> from the saved datagrams, then reestablish security using a script like
>> Michael's.
>>
>> I've created databases, tables, fields and relationships in code for
>> specific projects so I'm familiar with all the objects, methods and
>> properties. Michael's module gives a good example of how to create a
>> script.
>>
>> Before I dig in, I just wanted to ask if someone has already written a
>> module that will script the creation of an Access database given a file
>> reference.
>>
>> Patrick.
>>
>> "Douglas J Steele" <NOSPAM_djsteele[ at ]NOSPAM_canada.com> wrote in message
>> news:OZzSGjvPGHA.4952[ at ]TK2MSFTNGP09.phx.gbl...
>> There are 3rd party products out there that can do it. Unfortunately, I
>> can't remember their names off the top of my head!
>>
>> What you're looking for is a product that claims it can generate a script
>> to
>> bring one database up to the same version as another database (such as
>> SSW's
>> DataRenovator
http://www.ssw.com.au/ssw/DataRenovator/), and then point it
>> to an empty database so that generates the script for the entire database.
>>
>
>