dbTalk Databases Forums  

SQL Import/Export

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


Discuss SQL Import/Export in the microsoft.public.sqlserver.dts forum.



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

Default SQL Import/Export - 07-12-2004 , 04:33 PM






Hi,

I am fairly new to SQL so please forgive me for any
ignorance displayed!

I have 2 different SQL servers running on a network, both
have identical databases and table structure etc... I
want on a nightly basis to export all data from one of
the servers to the other server, I want this to be fully
automated, is this possible and if so how?

I can do the manual import/export using the Enterprise
Mangaer but obviously I do not want to have to do this
manually every night.

Any ideas?

TIA.

Reply With Quote
  #2  
Old   
Michael Otey
 
Posts: n/a

Default Re: SQL Import/Export - 07-12-2004 , 11:27 PM






The two best ways to do this is either creating a DTS package that copies
the entire database and then running that package automatically using the
SQL Agent. Or you could accomplish this using replication.

Michael Otey

"TJ" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am fairly new to SQL so please forgive me for any
ignorance displayed!

I have 2 different SQL servers running on a network, both
have identical databases and table structure etc... I
want on a nightly basis to export all data from one of
the servers to the other server, I want this to be fully
automated, is this possible and if so how?

I can do the manual import/export using the Enterprise
Mangaer but obviously I do not want to have to do this
manually every night.

Any ideas?

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.