dbTalk Databases Forums  

Creating a Custom Data Flow Task

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


Discuss Creating a Custom Data Flow Task in the microsoft.public.sqlserver.dts forum.



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

Default Creating a Custom Data Flow Task - 03-15-2006 , 07:47 AM






Im trying to create a dynamic data flow task to do the following.

I have set of views in schema "a" and a set of corresponding tables in
schema "b". Corresponding tables and views have the same name and are exact
clones in structure to the view they correspond to. Im trying to create
something using SSIS to, copy the data from the views in schema "a" to the
tables in schema "b"(possibly a loop).

This cannot be explicitly done as the views are dynamically generated so
there can be any number of them. I have taken care of creating the tables in
schema "b" to correspond to the views in schema "a" but i just need to move
the data.

The problem im running into at the minute is that on creating a data flow
task, when specifying the source and destination, if if choose the loop
variable containing the view/table name: this has not been assigned yet so
SSIS cant see it as a table/view and it fails.

Any tips would be much appreciated.

Thanks
Gerard


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.