473,396 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Crashes, Backup and Recovery

I'm running Access 2002, split database client server. If a client
crashes or doesn't sign off cleanly, how does this adversly affect the
database?

I copy my database and client forms to CD-rom each day, once per week I
do a ghost image of the hard drive. Is this sufficient for having a
good backup of my database or should I be doing other things?

Is there a good book I could buy to learn more about Access 2002
database administration -- things like backup and recovery resources?

Thanks in advance.

- David Kistner
Nov 13 '05 #1
3 1613
David Kistner wrote:
I'm running Access 2002, split database client server. If a client
crashes or doesn't sign off cleanly, how does this adversly affect the
database?
It can corrupt a database. I would recommend UPS systems on the
computers so folks can shut down if there is loss of power. Provide
dummy hats to folks that simply turn off the computer at the end of
business.
I copy my database and client forms to CD-rom each day, once per week I
do a ghost image of the hard drive. Is this sufficient for having a
good backup of my database or should I be doing other things?
At worst you'll lose a day's work. Does the network crash a lot?
Is there a good book I could buy to learn more about Access 2002
database administration -- things like backup and recovery resources?
Are you having problems now...or are you anticipating problems in the
future?

Thanks in advance.

- David Kistner

Nov 13 '05 #2
Salad wrote:
David Kistner wrote:
I'm running Access 2002, split database client server. If a client
crashes or doesn't sign off cleanly, how does this adversly affect the
database?

It can corrupt a database. I would recommend UPS systems on the
computers so folks can shut down if there is loss of power. Provide
dummy hats to folks that simply turn off the computer at the end of
business.
I copy my database and client forms to CD-rom each day, once per week
I do a ghost image of the hard drive. Is this sufficient for having a
good backup of my database or should I be doing other things?

At worst you'll lose a day's work. Does the network crash a lot?

Is there a good book I could buy to learn more about Access 2002
database administration -- things like backup and recovery resources?

Are you having problems now...or are you anticipating problems in the
future?

Thanks in advance.

- David Kistner


Thanks for the help. To answer your question, I'm not having any
problems so far. I just want to do my best to understand how to best
protect our data. Losing a day's work would not be a problem at all.
We only enter a handful of new records each day....it would be easy to
backfill one day of records. The network has never crashed since I've
been working here. I do expect there will be people who every now and
then forget and shut down their machines uncleanly.....I can't help that
and just want to be ready to recover.

- David Kistner
Nov 13 '05 #3
David Kistner <sp**********@verizon.net> wrote:
Thanks for the help. To answer your question, I'm not having any
problems so far. I just want to do my best to understand how to best
protect our data. Losing a day's work would not be a problem at all.
We only enter a handful of new records each day....it would be easy to
backfill one day of records. The network has never crashed since I've
been working here. I do expect there will be people who every now and
then forget and shut down their machines uncleanly.....I can't help that
and just want to be ready to recover.


To track when people logged in and out as well as abnormal terminations I did the
following.

In one situation I created some logic behind a hidden form which was opened when the
database was opened. It added a record to a logging table containing relevant info
such as NT userid, work station name and so on. The autonumber ID of this record was
retained on the form. When the database was closed, which meant this form was
closed, the form then updated that record, using the stored autonumber ID as having
normally terminated.

We could then moniter users who were having problems or were using abnormal methods
of closing Access. Kinda funny to visit a user and state "I see you were having a
problem yesterday. What was happening?" They'd look a bit surprised and then tell
you. We never had to worry about someone doing the Ctrl+Alt+Del or hitting the power
switch as it was an all NT4 network and they were good users.

I get my information which I log from the workstation name and the NT logon user
name. See the API calls at the Access Web at www.mvps.org/access. I haven't
bothered to use Access security yet.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Andrew E | last post by:
I just took over DBA responsibilities for an Oracle 8i database running on Linux. Although I've been working with relational databases for some time, I'm a bit green on Oracle so forgive me. My...
3
by: A.M. de Jong | last post by:
Hi, Every day we perform a full database backup. (during the night). Since we need no "additional" backups we had the problem that the transaction log file grows and grows. Therefore now just...
2
by: Matt | last post by:
I run SQL Server 2000 and use thier database maintenance plans to backup my databases. My questions is what happens if a change is being made to a database table while a backup is running? Should I...
3
by: Raquel | last post by:
I am a newbie to UDB and reading the backup processes on UDB which look pretty good to me. Now, if these good backup and recovery procedures are already available 'within' UDB, what extra...
9
by: Stanley Sinclair | last post by:
I just brought a new small server online. It has two disks in RAID1 (mirrored) for the operating system and logs and DB2 DBMS. DB2 data on a separate RAID 5EE array on four disks. (IBM ServeRAID...
2
by: m19peters | last post by:
We have a script that I had to rework a little bit for 2005 that does a full backup for every database on the server... For some reason on some nights the script does not backup all databases......
2
by: scott s | last post by:
Hello all, I was just awarded the job of maintaing the database server for our company. I have basically ZERO experience using MS SQL Server 2000. Can anyone point me in the direction of a good...
2
by: clilush | last post by:
I've been working with db2 8.2fp14 for over a year now and was wondering what is a "standard" way of doing a backup to provide 24/7 operations with disaster recovery capabilities? My thoughts were...
5
by: Roger | last post by:
backup log testdb with truncate_only DBCC SHRINKFILE (testdb_log, 100) WITH NO_INFOMSGS backup database testdb to disk = '\\DC01\Backups\DB01\testdb.bak' with init and does the shrinkfile...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.