dbTalk Databases Forums  

Use of Backup in DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Use of Backup in DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave Williams
 
Posts: n/a

Default Use of Backup in DTS - 08-20-2004 , 05:24 AM






Trying to backup a database from DTS using BACKUP, but noticed that each
time I run it increases even when no records added. Assume this is because
the defualt for overwrite is Append to file. Can't see in help text how to
overwrite the old backup.

Any help appreciated.



Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: Use of Backup in DTS - 08-20-2004 , 05:34 AM






You have to use the WITH INIT in your BACKUP call. See BACKUP command in SQL
Server Books Online for more information.
--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/


"Dave Williams" <david_n_williams (AT) lineone (DOT) net> wrote

Trying to backup a database from DTS using BACKUP, but noticed that each
time I run it increases even when no records added. Assume this is because
the defualt for overwrite is Append to file. Can't see in help text how to
overwrite the old backup.

Any help appreciated.




Reply With Quote
  #3  
Old   
Dave Williams
 
Posts: n/a

Default Re: Use of Backup in DTS - 08-20-2004 , 07:09 AM



Thanks - words great
"Narayana Vyas Kondreddi" <answer_me (AT) hotmail (DOT) com> wrote

Quote:
You have to use the WITH INIT in your BACKUP call. See BACKUP command in
SQL
Server Books Online for more information.
--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/


"Dave Williams" <david_n_williams (AT) lineone (DOT) net> wrote in message
news:eOuWLDqhEHA.3264 (AT) tk2msftngp13 (DOT) phx.gbl...
Trying to backup a database from DTS using BACKUP, but noticed that each
time I run it increases even when no records added. Assume this is because
the defualt for overwrite is Append to file. Can't see in help text how to
overwrite the old backup.

Any help appreciated.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.