Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cidmi.dovic
Yak Posting Veteran
53 Posts |
Posted - 2007-05-09 : 15:38:54
|
Hi,I'm trying to configure a backup using these rules: 1.- Full Backup every day 2.- Transation Log backup every 15 minutes.I've configured it but I don't want to overwrite the files everytime the backup is executed, I mean, I want to have diferent files with different points of recovery identified for dates.Is this posible to assign a name dinamically to the files .BAK and .TRN?Thanks in advance. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-09 : 15:40:11
|
Yes, backup the db with maintenance plan. |
 |
|
|
|
|