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-03-07 : 14:37:13
|
Below is the T-SQL that I am using to back up a database. What do I need to add inside of the code to be able to overwrtie existing backup set?BACKUP DATABASE WebTO DISK='C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Web\Web.bak' |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-03-07 : 14:39:35
|
WITH INITTara Kizeraka tduggan |
 |
|
|
|
|