I want to remove the fully qualified names within my data transformation within my DTS package. I will be moving this dts between dev, test, UAT, and production environments, and I do not want to go through every transformation and re-id the tables (as they have the database name listed before every table, and the database names change in each environment); I want to make one change in my database connection, that will then be reflected in all my transformations.
Thoughts?