dbTalk Databases Forums  

Will DTS Fill My Needs?

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


Discuss Will DTS Fill My Needs? in the microsoft.public.sqlserver.dts forum.



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

Default Will DTS Fill My Needs? - 10-15-2003 , 11:28 AM






I have to write a flexible export system. I want to create a temp table on
the fly via dynamic sql (the structure can be very different each time) and
use DTS to be able to export to ascii files, excel files or even to another
sql server table that the structure can be different on.

Will dts be able to handle these dynamically changing table structures for
the source and destinations?

Thanks..
Tommy



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Will DTS Fill My Needs? - 10-15-2003 , 02:16 PM






In article <ubeDpnzkDHA.1656 (AT) tk2msftngp13 (DOT) phx.gbl>, Tommy Martin
<tommy.martin (AT) DONTSPAMMEsoftware-plus (DOT) net> writes
Quote:
I have to write a flexible export system. I want to create a temp table on
the fly via dynamic sql (the structure can be very different each time) and
use DTS to be able to export to ascii files, excel files or even to another
sql server table that the structure can be different on.

Will dts be able to handle these dynamically changing table structures for
the source and destinations?

Thanks..
Tommy

No, but it could. It would be up to your to dynamically build the
transformations required for the DataPump. DTS will not handle this
itself. It can be done since you can obviously query the structure of a
SQL table and this will give you sufficient information to build the
required package but it is not a simple task. I suggest you would want
to implement this functionality through a program written in VB or
similar. Use the Save As VB option to get some sample code and see how
it might work.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
  #3  
Old   
Ahmed Zayan
 
Posts: n/a

Default Will DTS Fill My Needs? - 10-16-2003 , 09:59 AM



I would avoid anything to do with DTS, the product is full
of bugs, unstable and hard to maintain.


Ahmed.
Quote:
-----Original Message-----
I have to write a flexible export system. I want to
create a temp table on
the fly via dynamic sql (the structure can be very
different each time) and
use DTS to be able to export to ascii files, excel files
or even to another
sql server table that the structure can be different on.

Will dts be able to handle these dynamically changing
table structures for
the source and destinations?

Thanks..
Tommy


.


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.