![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm fairly new to DTS. I'm running a Dts where the source and the destination are Oracle databases. I need to run some Sql statements to create temporary tables and proper indexes before doing any more complex stuff. When trying to run those statements in an Sql Task, it seems that i'm only able to run one statement per Sql task. Is it the normal behaviour, or am i missing something here? Thanks |
#3
| |||
| |||
|
|
I'm fairly new to DTS. I'm running a Dts where the source and the destination are Oracle databases. I need to run some Sql statements to create temporary tables and proper indexes before doing any more complex stuff. When trying to run those statements in an Sql Task, it seems that i'm only able to run one statement per Sql task. Is it the normal behaviour, or am i missing something here? Thanks |
#4
| |||
| |||
|
|
try some keywords like: Statement A ; Statement B ; Statement C ; or Statement A Go Statement B Go Statement C Go or / Statement A / Statement B / Statement C "Denis Desjardins" <Denis Desjardins (AT) discussions (DOT) microsoft.com> a écrit dans le message de news: CC410FB5-5615-4452-92C1-5975B6AB3187...soft (DOT) com... I'm fairly new to DTS. I'm running a Dts where the source and the destination are Oracle databases. I need to run some Sql statements to create temporary tables and proper indexes before doing any more complex stuff. When trying to run those statements in an Sql Task, it seems that i'm only able to run one statement per Sql task. Is it the normal behaviour, or am i missing something here? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |