![]() |
SQL2005 - Backup |
Post Reply
|
| Author | |
uselesshippy
Newbie
Joined: 20-January-2008 Online Status: Offline Posts: 2 |
Post Options
Quote Reply
Topic: SQL2005 - BackupPosted: 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 |
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |