dbTalk Databases Forums  

DTS Recommendation

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


Discuss DTS Recommendation in the microsoft.public.sqlserver.dts forum.



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

Default DTS Recommendation - 03-04-2004 , 05:56 PM






Hello

I have would like to find out the best scenario for this package. I have 2 identical Databases Test1 and Test2 in Test1 I have 2 tables Customers and Addresses. I would like to export data from Test1 the 2 tables into Test2 database same tables. After the data is exported I would like to remove it from those 2 tables in Test1 database. Hope this is not too confusing. Thanks for all help


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

Default Re: DTS Recommendation - 03-05-2004 , 12:41 AM






You could do this

Task 1: ExecuteSQL task - Deletes from the 2 destination tables
Task 2(*2): DataPump task - Pumps the data from Source to destination
Task 3: ExecuteSQL task - Deletes from the 2 source tables




--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


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

Quote:
Hello,

I have would like to find out the best scenario for this package. I have
2 identical Databases Test1 and Test2 in Test1 I have 2 tables Customers and
Addresses. I would like to export data from Test1 the 2 tables into Test2
database same tables. After the data is exported I would like to remove it
from those 2 tables in Test1 database. Hope this is not too confusing.
Thanks for all help!
Quote:



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.