i didn't understand a word about what you are doing,
but you could use ExecuteSql task to run any query you want.
"Burak Gunay" <burak30 (AT) aol (DOT) com> wrote
Quote:
Hello,
I am using DROP TABLE and CREATE TABLE commands in a dts package when
what I really need is to just use TRUNCATE TABLE command.
I manually modified the DROP TABLE to TRUNCATE TABLE and saved the
package. When I ran the package, it came back with
" Error string: Invalid SQL statement; expected 'DELETE', 'INSERT',
'PROCEDURE', 'SELECT', or 'UPDATE'. "
How do you create a TRUNCATE TABLE command to a dts package??
Thanks,
Burak |