![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a set of pkgs I want to execute from a "master" pkg. These are for distribution to a customer who wants SQL authentication. We can't have the PWD unencrypted in the master pkg, so what params do I use for LoadFromSqlServer in the master pkg to create and execute the child packages? Can I define a Connection object in master pkg with SQL authentication and same UID/PWD as children and somehow use that? LMcPhee |
#3
| |||
| |||
|
|
You can store the configuration information external the packages say in a DB table or an ini file and use that. Your packages will look for the info in here and configure themselves -- Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com "lmcphee" <lmcphee (AT) discussions (DOT) microsoft.com> wrote in message news:AB38A3AD-C9B9-4FE1-920C-0A2FDD022510 (AT) microsoft (DOT) com... I have a set of pkgs I want to execute from a "master" pkg. These are for distribution to a customer who wants SQL authentication. We can't have the PWD unencrypted in the master pkg, so what params do I use for LoadFromSqlServer in the master pkg to create and execute the child packages? Can I define a Connection object in master pkg with SQL authentication and same UID/PWD as children and somehow use that? LMcPhee |
#4
| |||
| |||
|
|
Wherever the connection info goes, it would have to be encrypted. It could be stored in SQL. So have to write it encrypted, and then retrieve it with an encrypted procedure, limiting access to the procedure? LMcPhee "Allan Mitchell" wrote: You can store the configuration information external the packages say in a DB table or an ini file and use that. Your packages will look for the info in here and configure themselves -- Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com "lmcphee" <lmcphee (AT) discussions (DOT) microsoft.com> wrote in message news:AB38A3AD-C9B9-4FE1-920C-0A2FDD022510 (AT) microsoft (DOT) com... I have a set of pkgs I want to execute from a "master" pkg. These are for distribution to a customer who wants SQL authentication. We can't have the PWD unencrypted in the master pkg, so what params do I use for LoadFromSqlServer in the master pkg to create and execute the child packages? Can I define a Connection object in master pkg with SQL authentication and same UID/PWD as children and somehow use that? LMcPhee |
![]() |
| Thread Tools | |
| Display Modes | |
| |