dbTalk Databases Forums  

dynamic export

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


Discuss dynamic export in the microsoft.public.sqlserver.dts forum.



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

Default dynamic export - 05-25-2005 , 03:24 AM






Hi,

As a beginner with DTS, I'd like to know if it's possible to export data
from a sqlserver with a package, but without predefined tablecolumns to
export. I want to build an export module from C# that exports columns the
user has selected (thus at runtime).
The DTS packages I have tried to create, were all predefined and could not
be edited afterwards.

If this is possible, ae there any examples maybe?

Thanks in advance



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

Default RE: dynamic export - 05-25-2005 , 05:23 AM






Yes this is possible but it is not straight forward and not that easy. I
have a package which does something very similar if you want to ping me
offline.

Basically it will involve tearing down the current transformations, adding
back the columns you want to move from and to and then recreating the
mappings between them.

Allan
www.sqldts.com

"TJ." wrote:

Quote:
Hi,

As a beginner with DTS, I'd like to know if it's possible to export data
from a sqlserver with a package, but without predefined tablecolumns to
export. I want to build an export module from C# that exports columns the
user has selected (thus at runtime).
The DTS packages I have tried to create, were all predefined and could not
be edited afterwards.

If this is possible, ae there any examples maybe?

Thanks in advance




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.