Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overwrite switch in backup script

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I have a job set up called with a script called:
backup database clients
to disk = 'c:\clients\clientbackup'

Everytime this runs it appends to the file instead of overwriting it.

Is there a switch I can include to overwrite the file instead of appending to it?

Thanks,

Brian
 

Use the WITH INIT option on the backup statement. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top