Greg Charles
SSC-Forever
Points: 45403
More actions
February 3, 2009 at 3:09 pm
#937601
No. A logical backup device isn't explicitly associated with a database. The only way to imply an association is by naming and by using the device in backup statements.
Greg
Omar Beauchamp
SSC Enthusiast
Points: 115
February 3, 2009 at 3:18 pm
#937607
So can you set a default backup device for the server?
Michael Valentine Jones
SSC Guru
Points: 64818
February 3, 2009 at 4:01 pm
#937630
Backup devices are obsolete features left over from earlier versions of SQL Server.
Just backup to individual backup files with a time stamped name.
Example:
MyDBName_db_20091231_135344.bak
This is how a database maintenance plan handles it.
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply