Home
 
 
 
  MS SQL Server Administration: Introduction

Pre-installation Focus

A database administrator (DBA) has to focus on keeping the SQL server running and doing it fast. Configuration of the server and the software is the prime responsibility of database administrator. Mere installing of the server software is not an end in itself. More important is the pre-installation decisions like layout of the drive, number of servers, schemes for replication, etc. The role of the SQL server towards proper sizing and configuration of the hardware is also required to be determined.

Post-installation Issues

Space management is one of the most pressing issues after installation of the server. An administrator may adopt an approach of setting the server and leaving it like that since SQL server can grow or reduce any database automatically. Instead the administrator should follow any of the many appropriate strategies to monitor and notify the server space.

Backups

The DBA is mainly responsible for taking regular backups and this is one thing a DBA cannot afford to ignore. Lack of such backups could spell disaster in the event of a crisis of meltdown of the SQL server in which situation not even the best SQL skill can help if there is no backup. There are wizards and tools to help in such situation but that does not take away the necessity for the DBA to understand what the wizard has chosen to do.

Recovery

Knowing performance of recovery steps is very important. Although for recovery of database up to the last known good state, necessary tools are available with the Enterprise Manager of SQL server, yet understanding the performance by the DBA is always desirable.

Server Environment

The DBA has to learn the server environment that changes with time. It is always better to maintain service pack installation log and security accounts.

Monitoring Aids

Performance on each database needs to be actively monitored and performance optimized for the server to run and run fast. The internal SQL server tools like Query Analyzer and Enterprise Manager as also external tools help a DBA in this task.


 

 
 
  Category Listings

MS SQL Server Administration: Introduction
MS SQL Server Administration: Server Roles
MS SQL Server Administration: Fixed Database Roles
MS SQL Server Administration: User-defined Database Roles & Application Roles
MS SQL Server Administration: SQL Server 2005 Integration Services (SSIS)
MS SQL Server Administration: Integration Services
MS SQL Server Administration: Integration Services (IS) Limitations
MS SQL Server Administration: Integration Services (IS) Package Creation In SQL Server 2005
MS SQL Server Administration: Exporting & Importing Packages In SQL Server 2005
MS SQL Server Administration: Running Packages In SQL Server 2005
MS SQL Server Administration: Scheduling Packages In SQL Server 2005
MS SQL Server Administration: Backup/Restoration & Security In SQL Server 2005
MS SQL Server Administration: Protection Levels
MS SQL Server Administration: More Protection Level Options
MS SQL Server Administration: Database Concepts