![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#4
| |||
| |||
|
|
How about asking the user to save his input to a file, place it at a pre-defined location, and let your DTS package read/import from that file? -- HTH, Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ Is .NET important for a database professional? http://vyaskn.tripod.com/poll.htm "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:eWW0hujSEHA.2408 (AT) tk2msftngp13 (DOT) phx.gbl... Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#5
| |||
| |||
|
|
I am looking for more of a 'real-time', prompt the user scenario. If the program detects a certain condition, I want to ask the operator a question and execute code depending on the answer. Thanks for your response "Narayana Vyas Kondreddi" <answer_me (AT) hotmail (DOT) com> wrote in message news:egOPo0jSEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl... How about asking the user to save his input to a file, place it at a pre-defined location, and let your DTS package read/import from that file? -- HTH, Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ Is .NET important for a database professional? http://vyaskn.tripod.com/poll.htm "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:eWW0hujSEHA.2408 (AT) tk2msftngp13 (DOT) phx.gbl... Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#6
| |||
| |||
|
|
DTS is not really an interactive application IMHO. The work you describe I personally would not be doing in DTS. Do you mean DTS is the program in which you want to detect conditions? -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:OUHm25jSEHA.2128 (AT) TK2MSFTNGP11 (DOT) phx.gbl... I am looking for more of a 'real-time', prompt the user scenario. If the program detects a certain condition, I want to ask the operator a question and execute code depending on the answer. Thanks for your response "Narayana Vyas Kondreddi" <answer_me (AT) hotmail (DOT) com> wrote in message news:egOPo0jSEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl... How about asking the user to save his input to a file, place it at a pre-defined location, and let your DTS package read/import from that file? -- HTH, Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ Is .NET important for a database professional? http://vyaskn.tripod.com/poll.htm "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:eWW0hujSEHA.2408 (AT) tk2msftngp13 (DOT) phx.gbl... Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#7
| |||
| |||
|
|
Allan, Yes, DTS is the program I would like to detect the condition in. When the package runs, it checks if their are records for the given date, if there are, the dts package needs to know if the records should be overwritten or not. Thanks "Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message news:%23uxZOAkSEHA.3040 (AT) TK2MSFTNGP09 (DOT) phx.gbl... DTS is not really an interactive application IMHO. The work you describe I personally would not be doing in DTS. Do you mean DTS is the program in which you want to detect conditions? -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:OUHm25jSEHA.2128 (AT) TK2MSFTNGP11 (DOT) phx.gbl... I am looking for more of a 'real-time', prompt the user scenario. If the program detects a certain condition, I want to ask the operator a question and execute code depending on the answer. Thanks for your response "Narayana Vyas Kondreddi" <answer_me (AT) hotmail (DOT) com> wrote in message news:egOPo0jSEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl... How about asking the user to save his input to a file, place it at a pre-defined location, and let your DTS package read/import from that file? -- HTH, Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ Is .NET important for a database professional? http://vyaskn.tripod.com/poll.htm "Tim Kelley" <tim.kelley (AT) iddonline (DOT) com> wrote in message news:eWW0hujSEHA.2408 (AT) tk2msftngp13 (DOT) phx.gbl... Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#8
| |||
| |||
|
|
Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
#9
| |||
| |||
|
|
Is there another way to get input from the user other than the Input statement. I would like to use something a little more graceful. I don't want to have to use a front end to my dts package if possible. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |