GNTL Homepage
Forum Home Forum Home > Server Product Support > Microsoft SQL Server
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

SQL2005 - Backup

 Post Reply Post Reply
Author
Message
uselesshippy View Drop Down
Newbie
Newbie
Avatar

Joined: 20-January-2008
Online Status: Offline
Posts: 2
Post Options Post Options   Quote uselesshippy Quote  Post ReplyReply Direct Link To This Post Topic: SQL2005 - Backup
    Posted: 20-January-2008 at 09:54
In 2005 Databases can be backed up without affecting the database, ie not adding the backup into the Restore List etc.

The transaction log is never truncated after a copy-only backup

This can be done using the COPY_ONLY option.

ie. BACKUP DATABASE [test1] TO DISK = 'F:\Backup\test1.bat'  WITH COPY_ONLY
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.66 [Free Express Edition]
Copyright ©2001-2010 Web Wiz

This page was generated in 0.055 seconds.