Groups | Blog | Home
all groups > sql server dts > november 2005 >

sql server dts : How to resolve using Dynamic task in reading multilple svr configu


Aishu
11/24/2005 12:20:03 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
Aishu
11/24/2005 7:16:04 PM
Hi Alan,
Thks alot..........its been great help.......how do u think Iam going to
fetch the server datasource ...advise me the best practise....is it ok to
store the servername from a source file or a table? if so can u give me an
example

Rgds,
Aishu

[quoted text, click to view]
Allan Mitchell
11/24/2005 8:23:49 PM
I personally would not use the DP task.

I would use as mentioned a GV rowset in a loop. You can secure the
source table against prying eyes because if for no other reason you are
storing passwords.

Allan

[quoted text, click to view]
Allan Mitchell
11/25/2005 12:00:00 AM
I Do this

I have an alias configured in CliConfig to a server/database where I
store all package details.

I connect to this at runtime and retrieve these settings. I store
everything and anything in there. If my package needs it I store it.


Alln


[quoted text, click to view]
AddThis Social Bookmark Button