dynamiczip:tables:conversions:table_conversion_script_tax_detail_supplement
This is an old revision of the document!
Tax Detail Supplement Table Conversion Script
The following process is an alternative method that can be used to convert the DZ Tax Detail Supplement table from build 69 or earlier to Build 70 or later. The DZ Table Status window provides the standard method for table conversions.
- Create a temp table to store the contents of the existing permanent table.
- Copy the records from the existing permanent table to the new temp table.
- Drop & Recreate the existing permanent table to replace it one having the new format.
- Copy the records from the temp table to the new permanent table.
- Drop the temp table.
Use the attached SQL scripts to perform steps 1, 2, 4 and 5 above. You will need to modify the name of the company database from MACRO to whatever is appropriate for your installation.
dz00400-1-createtemp.sql
dz00400-2-copytotemp.sql
dz00400-4-copytonew.sql
dz00400-5-droptemp.sql
dynamiczip/tables/conversions/table_conversion_script_tax_detail_supplement.1430173114.txt.gz ยท Last modified: (external edit)
