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.
| Author |
Topic |
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
Posted - 2005-09-28 : 10:10:06
|
| Hello All -I had to develop multiple reports from the same database, these reports will show the same information for each client (1 template). The other person who developed the report had 1 activex to copy a file from template and 6 "transform data task" for each client, with 80-something clients, that makes a hell to mantain and/or change. I was thinking about having these reports being built dinamically from a REF table, on the REF table I have, ClientName, ReportName, FileLocation, TemplateLocation, FileExtension... All that nice stuff I'll need to pass to the DTS. Now I'm stuck on how to pass a variable from a table to the DTS. Is that even possible ? How hard ?Any better ideas ?Igor. |
|
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
Posted - 2005-09-28 : 17:37:47
|
| Help guys! Help!---Thanks!Igor. |
 |
|
|
|
|
|