Hello Jim
SQL Server provides backup functionality that is very adequate for a
production server. Starting in version 7.0 SQL Server performs backups
using a technique known as "fuzzy backups", which means that only shared
locks are placed in the database pages therefore avoiding a high
performance impact. To make sure that all backed up pages are up to date
the transactions that took place from since the start of the backup are
also included in the backup. Thus, we can think of it as a warm backup.
Furthermore, SQL Server provides you with the ability to performa
transaction log backups, differential backups and filegroup backups. A
restore can contemplate the possibility of restoring up to a specific time.
One of the few functionalities that I have seen in third party backups
applications and SQL Server doesn't have is the ability to perform backups
to remote tape drives.
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.