Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Plain language for new DBA 1

Status
Not open for further replies.

ZoomerZ

MIS
Jul 15, 2004
230
US
I was studying for DBA position in different language, now I need some terms to be clarified for me. If you can please, tell:
"security and database monitoring and tuning" in plain language. Thank you very much
 
security is making sure that only the people who are using the database are the people that need to use the database, and making sure that the people that need to use the database can.
database monitoring is watching the CPU levels, memory usage, disk capacity, disk IO, network IO, etc.
tuning is making sure that the database is configured to run as quickly as possible. Making sure that the database is configured in the best possible method. Making sure that the tables and indexes return data as quickly as possible, and the stored procedures are optimozed for the fastest execution possible without causing data corruption, blocking, locking, etc.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
I would be lost without you, guys. Get a star, thank you mrdenny
 
no problem.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top