dbTalk Databases Forums  

DTS newbie package design question

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


Discuss DTS newbie package design question in the microsoft.public.sqlserver.dts forum.



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

Default DTS newbie package design question - 05-07-2004 , 08:39 AM






I am new to DTS and could use a little advice on creating a DTS package. I
am import a few .txt files and they need to be imported in a particular
order (File A first, then File B). What I have now is an text file (source)
connected to a Microsoft OLEDB provider for SQL connected with a data
transform task. Then I have another text file (source) connected to another
Microsoft OLEDB provider for SQL connected with a data transform task. The
first Microsoft OLEDB provider for SQL is connected to the second text file
(source) with a success workflow. Is this the way I should be doing this,
or is there a better way?

Thanks for your help

Tim



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

Default Re: DTS newbie package design question - 05-07-2004 , 08:57 AM






If you need to load in a given order I would do this


TextFileConnection1 ---Pump --->SQL ServerCon1
Quote:
On Success

TextFileConnection2 ---Pump --->SQL ServerCon2

On Success

TextFileConnection3 ---Pump --->SQL ServerCon3



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
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


"Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote

Quote:
I am new to DTS and could use a little advice on creating a DTS package.
I
am import a few .txt files and they need to be imported in a particular
order (File A first, then File B). What I have now is an text file
(source)
connected to a Microsoft OLEDB provider for SQL connected with a data
transform task. Then I have another text file (source) connected to
another
Microsoft OLEDB provider for SQL connected with a data transform task.
The
first Microsoft OLEDB provider for SQL is connected to the second text
file
(source) with a success workflow. Is this the way I should be doing this,
or is there a better way?

Thanks for your help

Tim





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.