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 |
jung1975
Aged Yak Warrior
503 Posts |
Posted - 2006-02-08 : 10:07:45
|
I am trying to schedule the full backup job ( occurs twice everyday).Below is the script that I am using for the back up job.BACKUP DATABASE RAIWebTO DISK='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\App1.bak'I'd like to automatically change the name of backup file to App1 + the date and time that back up occurs + .baki.e. App10208061130.bakHow can I do this? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|