dbTalk Databases Forums  

Copy a continuously changing list of Tables

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


Discuss Copy a continuously changing list of Tables in the microsoft.public.sqlserver.dts forum.



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

Default Copy a continuously changing list of Tables - 09-18-2003 , 09:05 AM






I would like to create a DTS package to determine a list
of USER tables in a SQL DB and copy them to another SQL
DB. The list will change continously.

Any ideas?

Thanks
Bradley

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

Default Re: Copy a continuously changing list of Tables - 09-18-2003 , 09:12 AM






I would probably build a custom task using SQL DMO and Export from there.

You could then drop tables on the destination and reapply through the
scripts and data export.

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Bradley Anderson" <Bradley.Anderson (AT) ge (DOT) com> wrote

Quote:
I would like to create a DTS package to determine a list
of USER tables in a SQL DB and copy them to another SQL
DB. The list will change continously.

Any ideas?

Thanks
Bradley



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 - 2013, Jelsoft Enterprises Ltd.