How do I change the server name destination dynamically on a SSIS?
Posted
by lborge
on Stack Overflow
See other posts from Stack Overflow
or by lborge
Published on 2010-04-07T17:43:25Z
Indexed on
2010/04/07
18:33 UTC
Read the original article
Hit count: 165
ssis
|sql-server
Hi, I have a SSIS that should be execute since the server and invoke since a client. The SSIS copies the data from the server to the client, but the client's name can change, so how can I change the server name destination with the name of the client that invokes the SSIS?
Thanks!!!
© Stack Overflow or respective owner