Top 10 SQL Resources on the Web

The other day I was talking to a guy who is just starting out his SQL career.  He asked what are my favorite web sites for SQL Server are.  I mentioned a few, but I got thinking about it and decided to come up with my official list …as of now….tomorrow things will probably change.

[...]

DBA Training #2

 Backups and Backup StrategiesMicrosoft’s SQL Server Backup Overview

  http://msdn.microsoft.com/en-us/library/ms175477.aspx

 

  What we use (all definitions taken from link above):

  1.  Full backups

  A full backup contains all the data in a specific database or set of  filegroups or files, and [...]

DBA Training #1

General DBA Responsibilities

Availability/Recoverability
Security
Performance
Develop/Deploy

  RecoverabilityRecoverability means that, if a data entry error, program bug or hardware failure occurs, the DBA can bring the database backward in time to its state at an instant of logical consistency before the damage was done. Recoverability activities include making database backups and storing them in ways that minimize the [...]