hi,
i need to be able to "drop and recreate" some tables in an sql server 7 enviroment as fast as possible.
currently i have a simple dts that deletes data on existing tables, then other dts's that insert new data back into this tables.
due to size and indexes, the delete process takes a while to complete.
is a 'drop table' and 'create table' approch a better solution? if so, i'd like some expert guidance on the script for the sp or dts.
thanks a lot.
luzippu
i need to be able to "drop and recreate" some tables in an sql server 7 enviroment as fast as possible.
currently i have a simple dts that deletes data on existing tables, then other dts's that insert new data back into this tables.
due to size and indexes, the delete process takes a while to complete.
is a 'drop table' and 'create table' approch a better solution? if so, i'd like some expert guidance on the script for the sp or dts.
thanks a lot.
luzippu