Even in just a Access there are elements listed that must be done.
Quote:
|
1) Deciding the storage structure and access strategy
|
Where and how is it stored? Split DB ? Synchronized DB?
The end user is a costomer no matter the complexity of the application what they want determines your job security, listen to them.
Quote:
|
3) Defining authorization checks and validation procedures
|
DB security.
Quote:
|
4) Defining a strategy for back-up and recovery
|
Sounds self explanatory. Access may not have built in back up features Per Se, does the server where it resides?
Quote:
|
5) Monitoring performance and responding to changes in requirements
|
Is the DB running slow? Coyld the Data be structured to improve performance. How is the server doing? Check the logs.
My thoughts as I sit here and make an application to be used through out the organization. I'm thinking yeah I have to do all this and then some.