If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Basic Q: DBA role

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-04, 07:54
tonyosborne tonyosborne is offline
Registered User
 
Join Date: Nov 2004
Posts: 4
Exclamation Basic Q: DBA role

I've read on a DB book that the Responsibilities of Database Administrator (DBA) are among others

1) Deciding the storage structure and access strategy
2) Liaising with users
3) Defining authorization checks and validation procedures
4) Defining a strategy for back-up and recovery
5) Monitoring performance and responding to changes in requirements

Using MsAccess, i can't put hand on these features, any explanation on what they are meant for and how they are implemented ?

thanks
Reply With Quote
  #2 (permalink)  
Old 11-12-04, 10:58
r123456 r123456 is offline
Registered User
 
Join Date: Sep 2003
Location: The extremely Royal borough of Kensington, London
Posts: 778
I would imagine in this context, MS Access is used as an ADP. Therefore, the above points would apply to the corresponding DBMS.
__________________
Bessie Braddock: Winston, you are drunk!
Churchill: And Madam, you are ugly. And tomorrow, I'll be sober, and you will still be ugly.
Reply With Quote
  #3 (permalink)  
Old 11-12-04, 13:51
Darasen Darasen is offline
Registered User
 
Join Date: Sep 2004
Location: Tampa, FL
Posts: 520
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?

Quote:
2) Liaising with users
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.
__________________
Darasen
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On