SQL Server Database Administration Introduction

1329 views 04:49 3 Comments 1 January 2017
SQL Server Database Administration

1. Database Administration

A database administrator is a person responsible for the database design, implementation, maintenance, and repair of the database. The main goal of DBA is to keep the database server always up and make it available to users. In case of any failures, DBA should minimize the Database by implementing a powerful backup and restoring technique.

2. DBA Responsibilities

As a DBA we have to perform these tasks,

  1. Maintaining the availability of databases by minimizing the downtime.
  2. Data recovery, we have to minimize the data loss in case of failures by implementing high availability.
  3. Provide high security in accessing the databases externally.
  4. Need to monitor the performance of the server, implement various techniques to increases the performance
  5. Regularly monitor database growth, disk space SQL server logs, Event viewer logs to avoid issues and to identify any bottlenecks.

3. DBA Roles / Daily Activities

  1. As part of the DBA team need to provide 24/7 production support to client and users.
  2. Work on user requirements and problems that come in the form of tickets.
  3. Responding to alerts that we receive in the form of an email from third-party monitoring tools.
  4. Make sure all the maintenance jobs are running successfully.
  5. Make sure all backup jobs are executed successfully without any issues on all servers.
  6. Checking SQL server logs to identify bottlenecks.
  7. Checking drive spaces on critical servers to ensure that there is ample amount of space
  8. Regularly monitor data file growth, log file growth, database growth as part of capacity planning.
  9. Maintain documentation of all the tasks and issues that you encounter for future reference.
  10. Check whether all SQL services are running (or) not.

Below topics further included in this series

3 thoughts on “SQL Server Database Administration Introduction”

Leave a Reply

Your email address will not be published. Required fields are marked *