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 |
CanadaDBA
583 Posts |
Posted - 2008-11-17 : 16:02:31
|
I am using Tara's script to restore DBs automaticaly. It works for SQL 2000 backups since it is looking for _db in the backup name (mydatabase_db_200811162000.bak). My SQL 2005 servers generate backups with _backup in the file name (mydatabase_backup_200811162000.bak). I have modified the script to work with this. My question is that does SQL 2000 generate _db by default and SQL 2005 generates _backup? How this can be changed?Canada DBA |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|