Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disaster recovery is deeply embedded into the design of SQL Server, and as such, it is important to carefully understand and manage your database backup policies. SQL Server databases must be backed up using the built-in BACKUP command, either natively within SQL Server or through the use of a SQL-specific, third-party tool. If no backup is done on a particular database, it is impossible to recover in case of corruption, system failure, or accidental data deletion. Regular filesystem backups are not a substitute for database backups.

...