• Hi Sim

    Please don't misunderstand, I really do appreciate MAK's efforts and experience in putting this together.

    I wasn't intending to rip the article to shreds. I thought that, rather than a professional article, it read more like a quick blog - without any editorial quality control.

    Here are some of the typos I spotted:

    One of the Primary tasks of any Database Administrator is Backup and eventually restores those backups somewhere.

    or

    Two of the primary tasks of any Database Administrator are Backup and, eventually, Restore of those backups.

    Database Administrators creates fallback plan for every possible failures.

    or

    Database Administrators create fallback plans for every possible failure.

    Database gets corrupted and not recoverable

    or

    Database gets corrupted and is not recoverable

    Database Deleted by accident or by purpose

    or

    Database is deleted by accident or on purpose

    SQL Server Crashes and data drive is not recoverable

    or

    SQL Server crashes and data drive is not recoverable

    This article series is going to illustrate the various types of backup, take backups, restoring different types of backups, detaching databases, attaching databases, move database, Backup a table, compress a backup, encrypting the backups etc.

    or

    This article series is going to illustrate the various types of backup possible, how to take backups, restoring different types of backups, detaching databases, attaching databases, moving databases, backing up a table, compressing a backup, encrypting the backups etc.

    Microsoft SQL Server provides three different types of backups. They are Full Backup, Differential Backup and Transactional log backups. There is also another backup called File group backups.

    or

    Microsoft SQL Server provides three different types of database backup. They are Full Backup, Differential Backup and Transactional Log Backup. There is also another backup called File Group Backup.

    ...

    Cheers

    Owen