In one environment I've seen, DTS packages are run on the SQL Server they attach to. In this environment, you would have an ALIAS on the SQL Server like "PROD_SERVER" that would point to the production server on the production SQL Server, development from the development SQL Server, etc...
Then, depending on where you RUN the package the correct server will be run against. This technique can also be used with your remote desktop as long as you change the ALIAS (Using the SQL Client Utilities) to point to the server you want to run against.
If you also use this alias in Enterprise Manager, you can also run a specific version of a DTS package depending on which server you have setup in your ALIASes...
Hope this helps!
Jeff
|