I have created package in which connection strings are hard coded as usual. But I need to port this package on client machine which is having different instance name but the same data structure . How can I change connection string without changing package code externally ?
Note : I don't have BIDS at client site
Help