![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way to execute a single DTS task using VBScript in SQL 2000? TIA, Alex |
#3
| |||
| |||
|
|
Look up using DTSRUN -in Books Online. Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "Ur Pal Al" <alexdavis (AT) cybercom-intl (DOT) com> wrote in message news:1164668411.487449.188660 (AT) 45g2000cws (DOT) googlegroups.com... Is there a way to execute a single DTS task using VBScript in SQL 2000? TIA, Alex |
#4
| |||
| |||
|
|
Hello Arnie, That won't allow you to execute a single task contained within a package from ActiveX Script There are Execute methods on both the Task and the Step objects The task one is really for internal use only as it sits underneath the Step and not what you look at when you look at designer. The Step method can be used this way I believe but again I think it should be used only internally by the package. Regards Allan Mitchell Konesans Ltd T +44 7966 476 572 F +44 2071 008 479 http://www.konesans.com Look up using DTSRUN -in Books Online. Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous You can't help someone get up a hill without getting a little closer to the top yourself. - H. Norman Schwarzkopf "Ur Pal Al" <alexdavis (AT) cybercom-intl (DOT) com> wrote in message news:1164668411.487449.188660 (AT) 45g2000cws (DOT) googlegroups.com... Is there a way to execute a single DTS task using VBScript in SQL 2000? TIA, Alex |
![]() |
| Thread Tools | |
| Display Modes | |
| |