A akaya Member² Feb 3, 2016 #1 Hi, Suppose I have a global temp table in development, and that table is not a global temp table in test environment. When I try to apply the difference using Compare User Objects feature, this difference is not listed. Please check and advise.
Hi, Suppose I have a global temp table in development, and that table is not a global temp table in test environment. When I try to apply the difference using Compare User Objects feature, this difference is not listed. Please check and advise.
Marco Kalter Administrator Staff member Feb 3, 2016 #1 The Compare User Objects tools will not list differences that require the recreation of a table.
Marco Kalter Administrator Staff member Feb 4, 2016 #1 In general if you change the table organization (which should hopefully not occur frequently) then you will probably need to make a script that saves the table data, drops the table, recreates the table and populates it from the saved data.
In general if you change the table organization (which should hopefully not occur frequently) then you will probably need to make a script that saves the table data, drops the table, recreates the table and populates it from the saved data.