![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have a DTS package which is being moved from development to Production environment. I would like to set the IP address of the target sql server database with a parameter which can be set when it is moved to production. How can I achieve this. Thanks Bob |
#3
| |||
| |||
|
|
Hi I have a DTS package which is being moved from development to Production environment. I would like to set the IP address of the target sql server database with a parameter which can be set when it is moved to production. How can I achieve this. Thanks Bob |
#4
| |||
| |||
|
|
Hi I have a DTS package which is being moved from development to Production environment. I would like to set the IP address of the target sql server database with a parameter which can be set when it is moved to production. How can I achieve this. Thanks Bob |
#5
| |||
| |||
|
|
Bob, Although I like Allan's reply, I would like to stress that you can use the same database server name in development and in production. There are a number of ways to do so: - If the DNS server in production is different than in development, just create an entry in each one with the same name and pointing on the two different IP addresses. - Alternatively, you can edit the host file (%SYSTEM%\drivers\etc) of the development and production servers that host your package, create a unique alias for the two DB servers - Create an alias in the "SQL Native Client Configuration" on both the development and production servers that host your package BTW, I would not use the IP address of a server. It is always advisable to create a DNS entry for the server. That way, if you have to switch servers because of a catastrophic failure, the re-configuration is painless. That way, the package stays the same, no matter which environment it runs in. Good luck, Philippe Lacoude "Bob" <Bob (AT) discussions (DOT) microsoft.com> wrote in message news:74492A96-6E36-449F-B340-C0B8291328E3 (AT) microsoft (DOT) com... Hi I have a DTS package which is being moved from development to Production environment. I would like to set the IP address of the target sql server database with a parameter which can be set when it is moved to production. How can I achieve this. Thanks Bob |
![]() |
| Thread Tools | |
| Display Modes | |
| |