dbTalk Databases Forums  

SQL Server to SQL Server weekly copy ...

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


Discuss SQL Server to SQL Server weekly copy ... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
E-Double
 
Posts: n/a

Default SQL Server to SQL Server weekly copy ... - 10-13-2004 , 11:03 AM






our SQL administrator recently left and after his departure we need to set-up
a procedure to copy a database from one SQL2K server to another SQL2K server
on a daily or weekly basis. there does not need to be any other
synchronization. would this be best accomplished by setting-up a DTS
package, putting in the login credentials, and then setting up a time
interval for the copy procedure ? or is the DTS packages only for a
one-time copy and scheduled copies are best done another way ? TIA ...

Reply With Quote
  #2  
Old   
E-Double
 
Posts: n/a

Default RE: SQL Server to SQL Server weekly copy ... - 10-13-2004 , 11:19 AM






figured it out - just a simple DTS package seemed to take care of everything.


"E-Double" wrote:

Quote:
our SQL administrator recently left and after his departure we need to set-up
a procedure to copy a database from one SQL2K server to another SQL2K server
on a daily or weekly basis. there does not need to be any other
synchronization. would this be best accomplished by setting-up a DTS
package, putting in the login credentials, and then setting up a time
interval for the copy procedure ? or is the DTS packages only for a
one-time copy and scheduled copies are best done another way ? TIA ...

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL Server to SQL Server weekly copy ... - 10-13-2004 , 12:32 PM



A weekly copy hmmmm

I would probably use BACKUP and RESTORE. very simple and very clean.
You could use DTS
You could also use snapshot replication.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"E-Double" <EDouble (AT) discussions (DOT) microsoft.com> wrote

Quote:
our SQL administrator recently left and after his departure we need to
set-up
a procedure to copy a database from one SQL2K server to another SQL2K
server
on a daily or weekly basis. there does not need to be any other
synchronization. would this be best accomplished by setting-up a DTS
package, putting in the login credentials, and then setting up a time
interval for the copy procedure ? or is the DTS packages only for a
one-time copy and scheduled copies are best done another way ? TIA ...



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.