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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 overwrtie existing backup set

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 Web
TO 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 INIT

Tara Kizer
aka tduggan
Go to Top of Page
   

- Advertisement -