Good morning,
I'm trying to switch a partition from a partitionned table to a non partitionned table.
The non partitionned table has been created with the exact same script and when I generate the create table command from the partitionned table, I see no trimming option for this column.
This is the error message I get:
ALTER TABLE SWITCH statement failed because column 'smart_result_dmc_code' does not have the same ansi trimming semantics in tables 'SSV5_RESULTS' and 'ssv5_results_switch_2'
My questions are:
1) How do I know what ansi trimming semantics is my partitionned table using?
2) How do I set the same trimming semantics to the non partitionned table?
thanks
Nico
I'm trying to switch a partition from a partitionned table to a non partitionned table.
The non partitionned table has been created with the exact same script and when I generate the create table command from the partitionned table, I see no trimming option for this column.
This is the error message I get:
ALTER TABLE SWITCH statement failed because column 'smart_result_dmc_code' does not have the same ansi trimming semantics in tables 'SSV5_RESULTS' and 'ssv5_results_switch_2'
My questions are:
1) How do I know what ansi trimming semantics is my partitionned table using?
2) How do I set the same trimming semantics to the non partitionned table?
thanks
Nico