dbTalk Databases Forums  

How to use Dynamic Task to export data

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


Discuss How to use Dynamic Task to export data in the microsoft.public.sqlserver.dts forum.



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

Default How to use Dynamic Task to export data - 11-23-2005 , 09:25 PM






Hi there,
Just a query , how do we use Dynamic Task properties to read from an .ini
file all the server datasource, uid,initial catalog and password from
multiple servers as sources to a single destination servers.

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

Default Re: How to use Dynamic Task to export data - 11-24-2005 , 12:43 AM






I am not sure that the DP task is best suited here. You would either
need to supply many keys or supply 1 key and a comma seperated list. A
better idea IMHO would be to have the details you require held in a
database table. You can then iterate over that table easily

How to loop through a global variable Rowset
(http://www.sqldts.com/default.aspx?298)

Allan


"Aishu" <Aishu (AT) discussions (DOT) microsoft.com> wrote


Quote:
Hi there,
Just a query , how do we use Dynamic Task properties to read from an
.ini
file all the server datasource, uid,initial catalog and password from
multiple servers as sources to a single destination servers.


Reply With Quote
  #3  
Old   
Aishu
 
Posts: n/a

Default Re: How to use Dynamic Task to export data - 11-24-2005 , 01:15 AM




Hi there,
My question here is what is the best practice -- I have about 5 servers with
different infomation such as Datasource,UID,initial catalog,password this
infomation i am using Dynamic task to fetch this information at run-time to
transport to a destination server,Is this a best practice pls advise

Rgds,
Aishu


"Allan Mitchell" wrote:

Quote:
I am not sure that the DP task is best suited here. You would either
need to supply many keys or supply 1 key and a comma seperated list. A
better idea IMHO would be to have the details you require held in a
database table. You can then iterate over that table easily

How to loop through a global variable Rowset
(http://www.sqldts.com/default.aspx?298)

Allan


"Aishu" <Aishu (AT) discussions (DOT) microsoft.com> wrote in message
news:AF47C041-F534-4537-993E-027720C0CBBD (AT) microsoft (DOT) com:

Hi there,
Just a query , how do we use Dynamic Task properties to read from an
.ini
file all the server datasource, uid,initial catalog and password from
multiple servers as sources to a single destination servers.



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.