In my pacakage i have an sql task where i truncate the table and on success(workflow) it reads a txt file and transfers the data to sql table (a regular dts task)
Now here is my problem the thing is if for some reason the dts transformation task for reading from txt file to sql table if fails the result is the table is already truncated and this results in empty table which i dont need.
The package is run so thta the table is always have some data and it overwrites the whole table .
So what i need is if the dts task fails i should have the table with old data rather than truncated that.
Can i do this? if yes how can i achieve this.
Tahnks for your help
Now here is my problem the thing is if for some reason the dts transformation task for reading from txt file to sql table if fails the result is the table is already truncated and this results in empty table which i dont need.
The package is run so thta the table is always have some data and it overwrites the whole table .
So what i need is if the dts task fails i should have the table with old data rather than truncated that.
Can i do this? if yes how can i achieve this.
Tahnks for your help