dbTalk Databases Forums  

dts package best place for lots of logic

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


Discuss dts package best place for lots of logic in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rachel_c@rocketmail.com
 
Posts: n/a

Default dts package best place for lots of logic - 09-22-2006 , 08:38 AM






Hi All,
I'm new to dts stuff. I've designed a dts package to create renewed
licences. It loops through a number of files, imports the data into a
temporary table and does a lot of processing on this table to create
new Licence table records, mark licences as renewed and add extra table
entries for the new licences created. There's quite a lot of
processing going on once the data is imported. Is the dts package the
best place for this to happen?
Thanks,
R.


Reply With Quote
  #2  
Old   
Slice
 
Posts: n/a

Default Re: dts package best place for lots of logic - 09-22-2006 , 09:28 AM






Oh the theology of DTS... DTS is the DBA's window into a developer's
world - filled with wizards and gadgets a plenty - it can do anything;
so now the irony is that now that you have done it you ask "should I
have?"

Just as with using any wizards - if it is a one off, now its done so
walk away and never revisit because nothing will change - then you are
safe - walk away.

If you expect remodeling, enhanced requirements, interoperability with
other systems, or scalability - then best spend the time now to
architect a simpler DTS portion - move the complex routines to either
stored procedures or into a middle tier such as Java/.Net which are
readily serviced from a application server.

DTS helps bridge the gap between databases and systems using FTP /
OLEDB and many other choices - use it for where is shines best!


tagline: avoid flame


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.