![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there an easy way to more a large number of dts packages from one server to another? thanks mike w. |
#3
| |||
| |||
|
|
Yep Transferring DTS Packages (http://www.sqldts.com/default.aspx?204) "mike w." <mikew (AT) discussions (DOT) microsoft.com> wrote in message news:mikew (AT) discussions (DOT) microsoft.com: Is there an easy way to more a large number of dts packages from one server to another? thanks mike w. |
#4
| |||
| |||
|
|
Another question: After the (or during the) transfer of large number (about 100) of dts packages from one server to another is it a easy way to change global variables in each DTS package. Thank you. Leonid Allan Mitchell wrote: Yep Transferring DTS Packages (http://www.sqldts.com/default.aspx?204) "mike w." <mikew (AT) discussions (DOT) microsoft.com> wrote in message news:mikew (AT) discussions (DOT) microsoft.com: Is there an easy way to more a large number of dts packages from one server to another? thanks mike w. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Allan, I have 100+ DTS packages that is copying from production to the dev server. Each package has a 3 Global Variables (GVs): 1.Source_fille_path; 2. error_fille_path; 3. DB_Connection_String. All of the them have are same value in each package. On the development server all 3 GVs need to be change to new values -of the development box. Is it the only way to manualy open each DTS and change GV values? Thank you. Leonid |
#7
| |||
| |||
|
|
No. Ideally you build a package and never open it again. Your GVs should be set to either read from an external source their values or you call the package through the object model and set them that way. Have a look at the dynamic Properties task. Allan "zina" <leonid.yakhkind (AT) tycohealthcare (DOT) com> wrote in message news:leonid.yakhkind (AT) tycohealthcare (DOT) com: Allan, I have 100+ DTS packages that is copying from production to the dev server. Each package has a 3 Global Variables (GVs): 1.Source_fille_path; 2. error_fille_path; 3. DB_Connection_String. All of the them have are same value in each package. On the development server all 3 GVs need to be change to new values -of the development box. Is it the only way to manualy open each DTS and change GV values? Thank you. Leonid |
#8
| |||
| |||
|
|
Is there an easy way to more a large number of dts packages from one server to another? thanks mike w. |
![]() |
| Thread Tools | |
| Display Modes | |
| |