Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Transform Data Task

Author  Topic 

SQLfriends
Starting Member

12 Posts

Posted - 2002-09-26 : 12:05:09
While using Transform Data Task on the DTS Design sheet, is it possible that we refer to a dynamically generated table as the destination instead of tables that already existed?

Thanks.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-09-26 : 12:17:08
Not in design view. You would have to write some code to change the destination using the DTS object model.

Go to Top of Page

SQLfriends
Starting Member

12 Posts

Posted - 2002-09-26 : 12:27:13
Thanks for your reply, robvolk. Can you show me some hyper-links where I can read and learn how to write code to refer to a dynamically generated table as destination (Data Transformation Task)? Anybody else who know some good links are welcomed as well.



Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-09-26 : 12:29:50
There's a DTS section on SQL Team:

http://www.sqlteam.com/FilterTopics.asp?TopicID=164

Garth has an article that almost certainly will do the trick for you:

http://www.sqlteam.com/item.asp?ItemID=10627

It will at least give you a general idea. This site specializes in DTS too:

http://www.sqldts.com/

And if you do a forum search on SQL Team for something like "DTS dynamic":

http://www.sqlteam.com/forums/search.asp

I'm sure you'll find a bunch of links that will help.

Go to Top of Page
   

- Advertisement -