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!!!
Store the server name in a variable and have your connection strings built from an expression rather than stored statically.
The first response to the question on this forum post details the steps you’ll need to take.