With SQL Server 2000, there are myriad choices for backing up your database. Whether your database is small and changes infrequently or very large and changes rapidly, there is a backup strategy to ...
No. The full <I>vs</I> simple recovery model only affects when transaction logs are truncated. In the simple model, the logs are truncated as soon as they are "clean" (that is, VLFs are truncated as ...
Transaction Log Backups If your database recovery model is set to Full or Bulk-Logged, then it is absolutely VITAL that you make transaction log backups to go along with your full backups. SQL Server ...