![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've a dts that needs an explicitly defined argument. I'm looking for both some kind of interactive 'input box' that lets the user type the needed argument and some kind of launch parameter similar to the ones that EXE file get. I'm not interested in ini-files parameters. Thanks in advance Agostino |
#3
| |||
| |||
|
|
OK whilst you can get an InputBox through DTS I would probably not do it. The reason is if you cause a lock or block then it will be waiting until you press a button. I would probably have the application calling DTS pass in the values after asking the user for the value outside of the package. You can then either call the package through the object model or you could call it on the cmdline passing a value to the /A switch "Agostino" <agostino_sclauzero (AT) hotmail (DOT) com> wrote in message news:OyZEZPJrFHA.3060 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I've a dts that needs an explicitly defined argument. I'm looking for both some kind of interactive 'input box' that lets the user type the needed argument and some kind of launch parameter similar to the ones that EXE file get. I'm not interested in ini-files parameters. Thanks in advance Agostino |
#4
| |||
| |||
|
|
Ok, i'll go the object model way through dts com object 'package'. By the way, is there a way to obtain the list of packages published on a certain SQL Server? Thank you for your help Agostino "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> ha scritto nel messaggio news:#Eb9AsJrFHA.2064 (AT) TK2MSFTNGP09 (DOT) phx.gbl... OK whilst you can get an InputBox through DTS I would probably not do it. The reason is if you cause a lock or block then it will be waiting until you press a button. I would probably have the application calling DTS pass in the values after asking the user for the value outside of the package. You can then either call the package through the object model or you could call it on the cmdline passing a value to the /A switch "Agostino" <agostino_sclauzero (AT) hotmail (DOT) com> wrote in message news:OyZEZPJrFHA.3060 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I've a dts that needs an explicitly defined argument. I'm looking for both some kind of interactive 'input box' that lets the user type the needed argument and some kind of launch parameter similar to the ones that EXE file get. I'm not interested in ini-files parameters. Thanks in advance Agostino |
![]() |
| Thread Tools | |
| Display Modes | |
| |