dbTalk Databases Forums  

Is this possible

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


Discuss Is this possible in the microsoft.public.sqlserver.dts forum.



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

Default Is this possible - 07-31-2005 , 06:56 PM






I have never done a DTS package. I need to be able to look for a tab
delimiler file at a specific time, say 2 am, parse threw it and replace
records in the database. Is this possible, if so, is there any examples how
to do this

Dave



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

Default Re: Is this possible - 07-31-2005 , 07:11 PM






You can use SQL Server Agent to run at a certain time and invoke your
package. The package then gets the file.
I would then import the text file to a staging table. After you have it in
the staging table you can then use TSQL to do your update statements etc
inside of ExecuteSQL tasks.



--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Dave" <davef (AT) helixpoint (DOT) com> wrote

Quote:
I have never done a DTS package. I need to be able to look for a tab
delimiler file at a specific time, say 2 am, parse threw it and replace
records in the database. Is this possible, if so, is there any examples how
to do this

Dave




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.